@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 471 B
JSON
{
"icon": "maki-restaurant",
"geometry": [
"point",
"area"
],
"terms": [
"bar",
"breakfast",
"dine",
"dining",
"dinner",
"drive-in",
"eat",
"lunch",
"table"
],
"tags": {
"amenity": "restaurant",
"cuisine": "ukrainian"
},
"reference": {
"key": "cuisine",
"value": "ukrainian"
},
"name": "Ukrainian Restaurant"
}