mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:38:56 +00:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"title":"Select Vehicle Type",
|
|
"properties": {
|
|
"vehicletype": {
|
|
"type": "string",
|
|
"title": "Vehicle Type",
|
|
"enum": [
|
|
"Car",
|
|
"Strawberry",
|
|
"Chocolate"
|
|
]
|
|
}
|
|
}
|