14 lines
236 B
JSON

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