mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 11:25:33 +00:00
14 lines
417 B
JSON
14 lines
417 B
JSON
{
|
|
"title": "Select your favorite version of Gatoraide",
|
|
"description": "This provides a dropdown list based on data in the gatoraide_flavors.json file stored next to this BPMN file.",
|
|
"type": "object",
|
|
"properties": {
|
|
"favoriteFruit": {
|
|
"title": "Select your favorite flavor of Gatoride",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:gator_select"
|
|
]
|
|
}
|
|
}
|
|
} |