mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 05:25:26 +00:00
25 lines
511 B
JSON
25 lines
511 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"" ]
|
|
}
|
|
}
|
|
|