mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 19:45:20 +00:00
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"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",
|
|
"required": ["path"],
|
|
"properties": {
|
|
"path": {
|
|
"title": "Select a Path",
|
|
"type": "string",
|
|
"enum": [
|
|
"Path A",
|
|
"Path B",
|
|
"Path C",
|
|
"Path D"
|
|
]
|
|
}
|
|
}
|
|
} |