mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:25:11 +00:00
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"title": "Оценка работы",
|
|
"description": "Оцените работу сотрудника",
|
|
"type": "object",
|
|
"properties": {
|
|
"rate": {
|
|
"title": "Выберите одно из трёх",
|
|
"type": "string",
|
|
"enu": [
|
|
"options_from_task_data_var:fruits"
|
|
]
|
|
}
|
|
}
|
|
} |