Files
id-tagging-schema/data/fields/conveying.json
Quincy Morgan bf95421f65 Initial commit
2020-11-05 11:30:34 -05:00

14 lines
252 B
JSON

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