2024-02-21 05:14:54 +00:00
|
|
|
{
|
2024-02-21 05:15:35 +00:00
|
|
|
"title": "Dropdown list",
|
|
|
|
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
2024-02-21 05:14:54 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-02-21 05:15:35 +00:00
|
|
|
"favoriteFruit": {
|
|
|
|
"title": "Select your favorite fruit",
|
|
|
|
"type": "string",
|
2024-02-21 05:21:47 +00:00
|
|
|
"enum": [
|
2024-02-21 05:15:59 +00:00
|
|
|
"Path A",
|
2024-02-21 05:20:30 +00:00
|
|
|
"Path B",
|
2024-02-21 05:20:37 +00:00
|
|
|
"Path C"
|
2024-02-21 05:15:35 +00:00
|
|
|
]
|
2024-02-21 05:14:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|