id-tagging-schema/data/fields/oneway.json
2020-11-05 11:30:34 -05:00

19 lines
396 B
JSON

{
"key": "oneway",
"type": "onewayCheck",
"label": "One Way",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No",
"reversible": "Reversible",
"alternating": "Alternating"
}
},
"terms": [
"bidirectional",
"oneway",
"unidirectional"
]
}