@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
26 lines (25 loc) • 405 B
JSON
{
"icon": "fas-chess-knight",
"fields": [
"operator",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"level",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"game",
"toy"
],
"tags": {
"amenity": "toy_library"
},
"name": "Toy Library"
}