17 lines
293 B
JSON

{
"title": "Example Dropdown list",
"properties": {
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",
"enum": [
"foo",
"bar",
"fuzz",
"qux"
]
}
},
"required": [],
"type": "object"
}