User: madhurya@sartography.com added process model file examples/2-in-depth/2-3-sub-processes/appetizer-schema.json
This commit is contained in:
parent
227b8ca4c4
commit
a792a3be2f
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"title": "Appetizer",
|
||||
"description": "Please select your Appetizer(s)",
|
||||
"properties": {
|
||||
"onion_rings": {
|
||||
"type": "boolean",
|
||||
"title": "Onion Rings"
|
||||
},
|
||||
"buffalo_wings": {
|
||||
"type": "boolean",
|
||||
"title": "Buffalo wings"
|
||||
},
|
||||
"bruschetta": {
|
||||
"type": "boolean",
|
||||
"title": "Bruschetta"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
Loading…
Reference in New Issue