Skip to content

Commit

Permalink
Create barber.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kjonosm committed Mar 17, 2024
1 parent 799fc6c commit 03eac73
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions data/presets/shop/hairdresser/barber.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"icon": "temaki-beauty_salon",
"geometry": [
"point",
"area"
],
"terms": [
"beard",
"moustache",
"shave",
"shaving",
"groom",
"grooming",
"razor",
"hairdresser",
"hair cut"
],
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"payment_multi",
"phone",
"gender_simple"
],
"tags": {
"shop": "hairdresser",
"hairdresser": "barber"
},
"name": "Barber",
"aliases": [
"Barber's",
"Barber Shop",
"Barbershop"
],
"reference": {
"key": "hairdresser",
"value": "barber"
}
}

0 comments on commit 03eac73

Please sign in to comment.