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

17 lines
298 B
JSON
Raw Normal View History

2023-06-28 12:47:07 +00:00
{
"title": "Your favorite Beetle",
"description": "Tell us all about your favorite Beetle",
"properties": {
"beetle": {
"type": "string",
"title": "Beetle",
"enum": [
"John",
"Paul",
"George",
"Ringo"
]
}
},
"required": []
}