id-tagging-schema/data/fields/curve.json
2023-06-20 12:43:42 -07:00

15 lines
296 B
JSON

{
"key": "curve",
"type": "combo",
"strings": {
"options": {
"hairpin": "Hairpin/Switchback",
"loop": "Loop (270 Degrees or More)"
}
},
"label": "Type",
"prerequisiteTag": {
"key": "hazard",
"value": "curve"
}
}