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