mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 03:05:34 +00:00
22 lines
449 B
JSON
22 lines
449 B
JSON
{
|
|
"title": "Pick Your ICE CREAM Choice",
|
|
"properties" : {
|
|
"flavor" : {
|
|
"title" : "Flavor",
|
|
"type":"string",
|
|
"enum": [
|
|
"Vanila",
|
|
"Strawberry",
|
|
"Chocolate",
|
|
"Hazelnut",
|
|
"Raspberry",
|
|
"Caremal"
|
|
]
|
|
|
|
},
|
|
"toppings" : {
|
|
"title"
|
|
}
|
|
}
|
|
|
|
} |