mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 18:52:57 +00:00
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"key": "internet_access:fee",
|
|
"type": "combo",
|
|
"label": "Internet Access",
|
|
"strings": {
|
|
"options": {
|
|
"no": "Free",
|
|
"yes": "Paid",
|
|
"customers": "Customers Only"
|
|
}
|
|
},
|
|
"prerequisiteTag": {
|
|
"key": "internet_access",
|
|
"valueNot": "no"
|
|
},
|
|
"terms": [
|
|
"wifi fee"
|
|
]
|
|
}
|