mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:48:28 +00:00
18 lines
295 B
JSON
18 lines
295 B
JSON
{
|
|
"title": "Pick Your ICE CREAM Choice",
|
|
"properties": {
|
|
"flavor": {
|
|
"type": "string",
|
|
"title": "Flavor",
|
|
"enum": [
|
|
"Vanila",
|
|
"Strawberry",
|
|
"Chocolate"
|
|
]
|
|
},
|
|
"toppings": {
|
|
"type": "array",
|
|
"title": "Toppings"
|
|
}
|
|
}
|
|
} |