mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:28:15 +00:00
13 lines
308 B
JSON
13 lines
308 B
JSON
{
|
|
"title": "Согласование",
|
|
"description": "Вам нужно подтвердить",
|
|
"properties": {
|
|
"name":{"type": "string"},
|
|
"rate":{"type": "string"},
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Подтверждаю",
|
|
"default": false
|
|
}
|
|
}
|
|
} |