mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
13 lines
196 B
JSON
13 lines
196 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"isInvoiceApproved": {
|
||
|
"type": "boolean",
|
||
|
"title": "Approve?"
|
||
|
},
|
||
|
"approvalComment": {
|
||
|
"type": "string",
|
||
|
"title": "Approval Comment"
|
||
|
}
|
||
|
}
|
||
|
}
|