11 lines
265 B
JSON
Raw Normal View History

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