Files
id-tagging-schema-b/data/fields/conveying.json
2024-08-04 21:09:59 +08:00

15 lines
308 B
JSON

{
"key": "conveying",
"type": "typeCombo",
"label": "Movement Direction",
"strings": {
"options": {
"forward": "Forward",
"backward": "Backward",
"reversible": "Reversible"
}
},
"autoSuggestions": false,
"customValues": false
}