mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 10:18:27 +00:00
27 lines
601 B
JSON
27 lines
601 B
JSON
{
|
|
"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": []
|
|
} |