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