sample-process-models/misc/qa/forms/test-radio-button-1/radio-button-test-schema.json

11 lines
266 B
JSON
Raw Normal View History

2024-07-15 10:51:00 -04:00
{
"title": "A Simple Form to test Radio Buttons",
"description": "Simple Radio button with Yes and No",
"properties": {
"driving": {
"type": "boolean",
"title": "Can you drive?"
}
},
"required": ["driving"]
}