demo-process-models/examples/2-in-depth/2-3-sub-processes/soup-schema.json

23 lines
491 B
JSON
Raw Normal View History

{
"title": "Soup",
"description": "Please select your choice of Soup",
"properties": {
"chicken_noodle_soup": {
"type": "boolean",
"title": "Chicken Noodle Soup"
},
"french_onion_soup": {
"type": "boolean",
"title": "French Onion Soup"
},
"roasted_pumpkin_soup": {
"type": "boolean",
"title": "Roasted Pumpkin Soup"
},
"tom_yum_soup": {
"type": "boolean",
"title": "Tom Yum Soup"
}
},
"required": []
}