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",
|
2024-02-21 05:22:24 +00:00
|
|
|
"required": ["path"],
|
2024-02-21 05:14:54 +00:00
|
|
|
"properties": {
|
2024-02-21 05:21:58 +00:00
|
|
|
"path": {
|
2024-02-21 05:22:07 +00:00
|
|
|
"title": "Select a Path",
|
2024-02-21 05:15:35 +00:00
|
|
|
"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:42:50 +00:00
|
|
|
"Path C",
|
2024-02-21 05:42:57 +00:00
|
|
|
"Path D"
|
2024-02-21 05:15:35 +00:00
|
|
|
]
|
2024-02-21 05:14:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|