16 lines
398 B
JSON
Raw Normal View History

{
"title": "Dropdown list",
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
"type": "object",
"properties": {
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",
"enum": [
"Path A",
"Path B",
"Path C"
]
}
}
}