2024-02-22 22:20:44 +00:00
|
|
|
{
|
2024-02-23 12:12:16 +00:00
|
|
|
"title": "",
|
2024-02-23 12:13:41 +00:00
|
|
|
"description": "The dropdown list below is built from data read in from a json file.",
|
2024-02-22 22:20:44 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-02-23 12:20:57 +00:00
|
|
|
"selected": {
|
2024-02-23 12:13:14 +00:00
|
|
|
"title": "Select your flavor of gatoraide",
|
2024-02-22 22:20:44 +00:00
|
|
|
"type": "string",
|
|
|
|
"anyOf": [
|
2024-02-23 12:13:01 +00:00
|
|
|
"options_from_task_data_var:gator_select"
|
2024-02-22 22:20:44 +00:00
|
|
|
]
|
2024-02-23 12:13:47 +00:00
|
|
|
}
|
2024-02-22 22:20:44 +00:00
|
|
|
}
|
|
|
|
}
|