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