mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:18:23 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"title": "Форма второго сотрудника",
|
|
"description": "
|
|
"properties": {
|
|
"favoriteFruit": {
|
|
"title": "Select your favorite fruit",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:fruits"
|
|
]
|
|
}
|
|
}
|
|
} |