mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-07 03:41:15 +00:00
Merge branch 'k-yle-wilderness-hut-fields' into main
This commit is contained in:
9
data/fields/drinking_water_available.json
Normal file
9
data/fields/drinking_water_available.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "drinking_water",
|
||||
"type": "check",
|
||||
"label": "Drinking Water Available",
|
||||
"terms": [
|
||||
"drinkworthy",
|
||||
"potable"
|
||||
]
|
||||
}
|
||||
5
data/fields/kitchen.json
Normal file
5
data/fields/kitchen.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "kitchen",
|
||||
"type": "check",
|
||||
"label": "Kitchen"
|
||||
}
|
||||
5
data/fields/mattress.json
Normal file
5
data/fields/mattress.json
Normal file
@@ -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"
|
||||
],
|
||||
|
||||
@@ -1079,6 +1079,11 @@ en:
|
||||
label: Drinkable
|
||||
# 'terms: drinkworthy,potable'
|
||||
terms: '[translate with synonyms or related terms for ''Drinkable'', separated by commas]'
|
||||
drinking_water_available:
|
||||
# drinking_water=*
|
||||
label: Drinking Water Available
|
||||
# 'terms: drinkworthy,potable'
|
||||
terms: '[translate with synonyms or related terms for ''Drinking Water Available'', separated by commas]'
|
||||
drive_through:
|
||||
# drive_through=*
|
||||
label: Drive-Through
|
||||
@@ -1607,6 +1612,10 @@ en:
|
||||
kerb/height:
|
||||
# kerb:height=*
|
||||
label: Height
|
||||
kitchen:
|
||||
# kitchen=*
|
||||
label: Kitchen
|
||||
terms: '[translate with synonyms or related terms for ''Kitchen'', separated by commas]'
|
||||
kneipp_water_cure_multi:
|
||||
# kneipp_water_cure:=*
|
||||
label: Basin Types
|
||||
@@ -1779,6 +1788,10 @@ en:
|
||||
# material=*
|
||||
label: Material
|
||||
terms: '[translate with synonyms or related terms for ''Material'', separated by commas]'
|
||||
mattress:
|
||||
# mattress=*
|
||||
label: Mattresses Available
|
||||
terms: '[translate with synonyms or related terms for ''Mattresses Available'', separated by commas]'
|
||||
max_age:
|
||||
# max_age=*
|
||||
label: Maximum Age
|
||||
|
||||
Reference in New Issue
Block a user