mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 14:38:03 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "destination:ref",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Road Numbers",
|
||||
"snake_case": false
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"key": "destination:ref",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Road Numbers",
|
||||
"prerequisiteTag": {
|
||||
"key": "oneway",
|
||||
"value": "yes"
|
||||
},
|
||||
"snake_case": false
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "destination:symbol",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Symbols"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "destination:symbol",
|
||||
"type": "semiCombo",
|
||||
"label": "Destination Symbols",
|
||||
"prerequisiteTag": {
|
||||
"key": "oneway",
|
||||
"value": "yes"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user