sample-process-models/misc/qa/forms/test-radio-button-styling/proceed-to-next-set-schema.json
2024-07-15 10:51:00 -04:00

17 lines
332 B
JSON

{
"title": "How do you feel?",
"properties": {
"had_fun": {
"type": "boolean",
"title": "Did you have fun answering the first set of questions?"
},
"proceed": {
"type": "boolean",
"title": "Proceed to questions set 2?",
"default": false
}
},
"required": [
"had_fun"
]
}