@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
40 lines (39 loc) • 752 B
JSON
{
"icon": "fas-child-reaching",
"fields": [
"name",
"operator",
"operator/type",
"address",
"building_area_yes",
"opening_hours",
"website"
],
"moreFields": [
"{@templates/contact}",
"{@templates/internet_access}",
"baby_feeding",
"capacity",
"fhrs/id-GB",
"gnis/feature_id-US",
"level",
"max_age",
"min_age",
"not/name",
"payment_multi",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"daycare",
"orphanage",
"playgroup"
],
"tags": {
"amenity": "childcare"
},
"name": "Nursery/Childcare"
}