2024-01-25 21:23:58 +00:00
|
|
|
{
|
2024-01-25 21:24:21 +00:00
|
|
|
"title": "Approval Form",
|
2024-01-25 21:24:42 +00:00
|
|
|
"description": "Check the box below to approve, leave it unchecked to deny the request.",
|
2024-01-25 21:23:58 +00:00
|
|
|
"properties": {
|
2024-01-25 21:24:50 +00:00
|
|
|
"approved": {
|
2024-01-25 21:23:58 +00:00
|
|
|
"type": "boolean",
|
2024-01-25 21:24:57 +00:00
|
|
|
"title": "Approved?",
|
2024-01-25 21:25:05 +00:00
|
|
|
"default": false
|
2024-01-25 21:24:07 +00:00
|
|
|
},
|
2024-01-25 21:25:12 +00:00
|
|
|
"approval_mess": {
|
2024-01-25 21:24:07 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Bio"
|
2024-01-25 21:23:58 +00:00
|
|
|
}
|
2024-01-25 21:24:07 +00:00
|
|
|
},
|
|
|
|
"type": "object"
|
2024-01-25 21:23:58 +00:00
|
|
|
}
|