2022-11-21 11:10:57 -05:00

13 lines
196 B
JSON

{
"type": "object",
"properties": {
"isInvoiceApproved": {
"type": "boolean",
"title": "Approve?"
},
"approvalComment": {
"type": "string",
"title": "Approval Comment"
}
}
}