15 lines
227 B
JSON
Raw Normal View History

{
"title":"Select Vehicle Type",
"properties": {
"vehicletype": {
"type": "string",
"title": "Vehicle Type",
"enum": [
"Car",
"SUV",
"Van"
]
}
}
}