mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"title": "Approval time",
|
|
"description": "Are we approving this?",
|
|
"type": "object",
|
|
"required": [
|
|
"firstName"
|
|
],
|
|
"properties": {
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Approved",
|
|
"default": false
|
|
}
|
|
}
|
|
} |