demo-process-models/webinar/2-approval-process-4-eyes/approval-schema.json

16 lines
346 B
JSON

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