demo-process-models/playground/rmgi/demo/3p-form2-schema.json

15 lines
354 B
JSON

{
"title": "Оценка работы",
"description": "Оцените работу сотрудника",
"type": "object",
"properties": {
"rate": {
"title": "Выберите одно из трёх",
"type": "string",
"enum": [
"Хорошо", "Отлично", "Замечательно"
]
}
}
}