mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-29 18:10:06 +02:00
Merge branch 'k-yle-wilderness-hut-fields' into main
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "drinking_water",
|
||||
"type": "check",
|
||||
"label": "Drinking Water Available",
|
||||
"terms": [
|
||||
"drinkworthy",
|
||||
"potable"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "kitchen",
|
||||
"type": "check",
|
||||
"label": "Kitchen"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "mattress",
|
||||
"type": "check",
|
||||
"label": "Mattresses Available"
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
"moreFields": [
|
||||
"backcountry",
|
||||
"dog",
|
||||
"drinking_water",
|
||||
"drinking_water_available",
|
||||
"email",
|
||||
"fax",
|
||||
"gnis/feature_id-US",
|
||||
|
||||
@@ -3,18 +3,23 @@
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"access_simple",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"fireplace"
|
||||
],
|
||||
"moreFields": [
|
||||
"address",
|
||||
"capacity",
|
||||
"drinking_water_available",
|
||||
"gnis/feature_id-US",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"kitchen",
|
||||
"mattress",
|
||||
"reservation",
|
||||
"wheelchair"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user