mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
11 lines
266 B
JSON
11 lines
266 B
JSON
{
|
|
"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"]
|
|
} |