{ "title": "Approval Form", "description": "Check the box below to approve, leave it unchecked to deny the request.", "properties": { "approved": { "type": "boolean", "title": "Approved?", "default": false }, "approval_message": { "type": "string", "title": "Reason" } }, "type": "object" }