{ "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"] }