User: madhurya@sartography.com added process model file examples/2-in-depth/2-3-sub-processes/soup-schema.json

This commit is contained in:
sartography-automated-committer 2023-08-01 13:01:54 +00:00
parent 690c48a570
commit a8eac5a761

View File

@ -0,0 +1,23 @@
{
"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": []
}