14 lines
224 B
JSON

{
"title":"Select Vehicle Type",
"properties": {
"ve": {
"type": "string",
"title": "Flavor",
"enum": [
"Vanila",
"Strawberry",
"Chocolate"
]
}
}