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/mains-schema.json
This commit is contained in:
parent
f8e1f7a8ca
commit
37738c53e7
27
examples/2-in-depth/2-3-sub-processes/mains-schema.json
Normal file
27
examples/2-in-depth/2-3-sub-processes/mains-schema.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"title": "Main Course",
|
||||
"description": "Please select your Main Course",
|
||||
"properties": {
|
||||
"chicken_cordon_bleu": {
|
||||
"type": "boolean",
|
||||
"title": "Chicken Cordon Bleu"
|
||||
},
|
||||
"vegetable_biryani": {
|
||||
"type": "boolean",
|
||||
"title": "Vegetable Biryani"
|
||||
},
|
||||
"scallops_with_basil_risotto": {
|
||||
"type": "boolean",
|
||||
"title": "Scallops with Basil Risotto"
|
||||
},
|
||||
"beef_lasagna": {
|
||||
"type": "boolean",
|
||||
"title": "Beef lasagna"
|
||||
},
|
||||
"turkey_enchilada": {
|
||||
"type": "boolean",
|
||||
"title": "Turkey enchilada"
|
||||
}
|
||||
},
|
||||
"required": []
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user