mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 17:45:33 +00:00
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"title": "Approval Request",
|
|
"description": "Do you approve this vacation request?",
|
|
"properties": {
|
|
"appo": {
|
|
"type": "boolean",
|
|
"title": "Done?",
|
|
"default": false
|
|
},
|
|
"bio": {
|
|
"type": "string",
|
|
"title": "Bio"
|
|
}
|
|
},
|
|
"type": "object"
|
|
} |