14 lines
366 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!!!",
"properties": {
"MaterialStatus": {
"title": "Standrd Current Status",
"type": "string",
"anyOf": [
"Released", ""
]
}
},
"type": "object"
}