mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:08:28 +00:00
14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"title": "Item Action",
|
|
"description": "Pick an ",
|
|
"type": "object",
|
|
"properties": {
|
|
"favoriteFruit": {
|
|
"title": "Select your favorite fruit",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:item_enum"
|
|
]
|
|
}
|
|
}
|
|
} |