@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
38 lines (37 loc) • 657 B
JSON
{
"icon": "fas-pepper-hot",
"geometry": [
"point",
"area"
],
"terms": [
"bar",
"breakfast",
"dine",
"dining",
"dinner",
"drive-in",
"eat",
"grill",
"lunch",
"table",
"tacos",
"burritos",
"enchiladas",
"fajitas",
"nachos",
"tortillas",
"salsa",
"tamales",
"quesadillas"
],
"tags": {
"amenity": "restaurant",
"cuisine": "mexican"
},
"reference": {
"key": "cuisine",
"value": "mexican"
},
"name": "Mexican Restaurant"
}