sample-process-models/misc/qa/forms/test-dropdown-list-1/test-dropdown-list-1-schema.json
2024-07-15 10:51:00 -04:00

14 lines
390 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",
"properties": {
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",
"anyOf": [
"options_from_task_data_var:fruits"
]
}
}
}