@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
48 lines (47 loc) • 841 B
JSON
{
"icon": "maki-restaurant-seafood",
"geometry": [
"point",
"area"
],
"terms": [
"bar",
"breakfast",
"cafe",
"café",
"clams",
"crab",
"crustaceans",
"dine",
"dining",
"dinner",
"drive-in",
"eat",
"fish",
"grill",
"lobsters",
"lunch",
"molluscs",
"octopus",
"oysters",
"shellfish",
"shrimp",
"squid",
"table"
],
"fields": [
"{amenity/restaurant}"
],
"moreFields": [
"{amenity/restaurant}"
],
"tags": {
"amenity": "restaurant",
"cuisine": "seafood"
},
"reference": {
"key": "cuisine",
"value": "seafood"
},
"name": "Seafood Restaurant"
}