mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:48:08 +00:00
14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"title":"Select Vehicle Type",
|
|
"properties": {
|
|
"ve": {
|
|
"type": "string",
|
|
"title": "Flavor",
|
|
"enum": [
|
|
"Vanila",
|
|
"Strawberry",
|
|
"Chocolate"
|
|
]
|
|
}
|
|
}
|