mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 04:05:27 +00:00
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"title": "Pick Your ICE CREAM Choice",
|
|
"properties" : {
|
|
"flavor" : {
|
|
"title" : "Flavor",
|
|
"type":"string",
|
|
"enum": [
|
|
"Vanila",
|
|
"Strawberry",
|
|
"Chocolate"
|
|
]
|
|
|
|
},
|
|
"toppings" : {
|
|
"title" : "Topping",
|
|
"type":"array",
|
|
"enum" : [
|
|
"cashew",
|
|
"peanuts" ,
|
|
"chocolate sprinkles" ]
|
|
}
|
|
}
|
|
|
|
} |