mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-04 20:17:53 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "electrified",
|
||||
"type": "combo",
|
||||
"label": "Electrification",
|
||||
"placeholder": "Contact Line, Electrified Rail...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"contact_line": "Contact Line",
|
||||
"rail": "Electrified Rail",
|
||||
"yes": "Yes (unspecified)",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
"contact line",
|
||||
"powered",
|
||||
"third rail"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user