15 lines
268 B
JSON

{
"title": "Pick Your ICE CREAM Choice",
"properties" : {
"flavor" : {
"title" : "Flavor",
"type":"string",
"enum": [
"Vanila",
"Strawberry",
"Chocolate"
]
}}
}