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

14 lines
321 B
JSON

{
"title": "Оценка работы",
"description": "Оцените работу сотрудника",
"type": "object",
"properties": {
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",
"anyOf": [
"options_from_task_data_var:fruits"
]
}
}
}