demo-process-models/potentially-promote-to-exam.../vacation-information/form2.json

16 lines
285 B
JSON

{
"title": "Vegitables",
"description": "Tell us all about your favorite vegitable",
"properties": {
"vegitable": {
"type": "string",
"title": "Vegitable",
"enum": [
"Spinich",
"Pepper",
"Squash"
]
}
},
"required": []
}