16 lines
254 B
JSON

{
"title": "Pick Your Color",
"properties": {
"color": {
"type": "string",
"title": "Color",
"enum": [
"White",
"Black",
"Red",
"Blue",
"Green",
"Red"
]
}
}