demo-process-models/playground/unsw/edit-test/item-action-schema.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"
]
}
}
}