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