@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
28 lines (27 loc) • 448 B
JSON
{
"icon": "maki-car-rental",
"fields": [
"name",
"operator",
"address",
"opening_hours",
"payment_multi"
],
"moreFields": [
"{@templates/poi}",
"branch_brand",
"brand"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "car_rental"
},
"terms": [
"hire",
"vehicle"
],
"name": "Car Rental"
}