mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
22 lines
403 B
JSON
22 lines
403 B
JSON
{
|
|
"title": "Get Food",
|
|
"description": "Select food you like to have.",
|
|
"properties": {
|
|
"burger": {
|
|
"type": "boolean",
|
|
"title": "Burger",
|
|
"default": true
|
|
},
|
|
"fries": {
|
|
"type": "boolean",
|
|
"title": "French Fries",
|
|
"default": false
|
|
},
|
|
"coke": {
|
|
"type": "boolean",
|
|
"title": "Coke",
|
|
"default": false
|
|
}
|
|
},
|
|
"required": []
|
|
} |