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