2024-02-16 09:35:17 +00:00
|
|
|
{
|
2024-02-16 09:35:22 +00:00
|
|
|
"title": "Dropdown list",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"favoriteFruit": {
|
|
|
|
"title": "Select your favorite fruit",
|
|
|
|
"type": "string",
|
|
|
|
"anyOf": [
|
|
|
|
"options_from_task_data_var:fruits"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2024-02-16 09:35:17 +00:00
|
|
|
}
|