mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:08:28 +00:00
18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
||
"title": "Оценка работы",
|
||
"description": "Оцените работу сотрудника",
|
||
"type": "object",
|
||
"properties": {
|
||
"name":{
|
||
"title": "Ф.И.О. сотрудника",
|
||
"type": "string"
|
||
},
|
||
"rate": {
|
||
"title": "Выберите одно из трёх",
|
||
"type": "string",
|
||
"enum": [
|
||
"Хорошо", "Отлично", "Замечательно"
|
||
]
|
||
}
|
||
}
|
||
} |