13 lines
188 B
JSON

{
"type": "object",
"properties": {
"isRequestApproved": {
"type": "boolean",
"title": "Approved?"
},
"approvalComment": {
"type": "string",
"title": "Comment"
}
}
}