mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-20 19:28:11 +00:00
User: madhurya@sartography.com added process model file examples/2-in-depth/2-3-sub-processes/soup-schema.json
This commit is contained in:
parent
690c48a570
commit
a8eac5a761
23
examples/2-in-depth/2-3-sub-processes/soup-schema.json
Normal file
23
examples/2-in-depth/2-3-sub-processes/soup-schema.json
Normal 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": []
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user