16 lines
346 B
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"
|
|
} |