mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 00:48:19 +00:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"title":"Select Vehicle Type",
|
|
"properties": {
|
|
"vehicletype": {
|
|
"type": "string",
|
|
"title": "Vehicle Type",
|
|
"enum": [
|
|
"Car",
|
|
"SUV",
|
|
"Van"
|
|
]
|
|
}
|
|
}
|
|
}
|