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

This commit is contained in:
sartography-automated-committer 2023-08-01 13:03:19 +00:00
parent f8e1f7a8ca
commit 37738c53e7

View 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": []
}