mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:35:42 +00:00
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"title": "Pick Your ICE CREAM Choice",
|
|
"properties" : {
|
|
"flavor" : {
|
|
"title" : "Flavor",
|
|
"type":"string",
|
|
"enum": [
|
|
"Vanila",
|
|
"Strawberry",
|
|
"Chocolate"
|
|
]
|
|
|
|
}}
|
|
|
|
} |