{ "title": "", "description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!", "type": "object", "properties": { "": { "title": "Select your favorite fruit", "type": "string", "anyOf": [ "options_from_task_data_var:fruits" ] }, "bio": { "type": "string", "title": "Bio" } } }