16 lines
285 B
JSON
Raw Normal View History

2023-06-28 08:47:07 -04:00
{
"title": "Vegitables",
"description": "Tell us all about your favorite vegitable",
"properties": {
"vegitable": {
"type": "string",
"title": "Vegitable",
"enum": [
"Spinich",
"Pepper",
"Squash"
]
}
},
"required": []
}