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

17 lines
298 B
JSON

{
"title": "Your favorite Beetle",
"description": "Tell us all about your favorite Beetle",
"properties": {
"beetle": {
"type": "string",
"title": "Beetle",
"enum": [
"John",
"Paul",
"George",
"Ringo"
]
}
},
"required": []
}