2024-02-28 12:46:28 +00:00
|
|
|
{
|
2024-02-28 12:46:35 +00:00
|
|
|
"title": "Dropdown list",
|
|
|
|
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
2024-02-28 12:46:28 +00:00
|
|
|
"properties": {
|
2024-02-28 12:46:59 +00:00
|
|
|
"MaterialStatus": {
|
2024-02-28 12:47:11 +00:00
|
|
|
"title": "Standrd Current Status",
|
2024-02-28 12:46:35 +00:00
|
|
|
"type": "string",
|
|
|
|
"anyOf": [
|
2024-02-28 12:47:33 +00:00
|
|
|
"Released", "Revi"
|
2024-02-28 12:46:35 +00:00
|
|
|
]
|
2024-02-28 12:46:28 +00:00
|
|
|
}
|
2024-02-28 12:46:35 +00:00
|
|
|
},
|
|
|
|
"type": "object"
|
2024-02-28 12:46:13 +00:00
|
|
|
}
|