13 lines
196 B
JSON
Raw Normal View History

2022-11-21 15:48:02 -05:00
{
"type": "object",
"properties": {
"isInvoiceApproved": {
"type": "boolean",
"title": "Approve?"
},
"approvalComment": {
"type": "string",
"title": "Approval Comment"
}
}
}