11 lines
263 B
JSON

{
"title": "Get Approval",
"description": "Simple Radio button with 2 values",
"properties": {
"approved": {
"type": "boolean",
"title": "Is the request Approved?"
}
},
"required": ["approved"]
}