Files
iD/data/presets/presets/_attraction.json
T
Quincy Morgan b6fef1c119 Move max_age, min_age, and baby fields out from under the playground directory (re: #6351)
Add Minimum Age and Maximum Age fields to more presets
Deprecate `minage` and `maxage`
2019-09-03 16:19:38 -04:00

32 lines
522 B
JSON

{
"icon": "maki-star",
"fields": [
"name",
"attraction",
"operator",
"opening_hours",
"fee",
"charge_fee"
],
"moreFields": [
"address",
"email",
"fax",
"opening_hours",
"payment_multi",
"phone",
"website"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
"tags": {
"attraction": "*"
},
"searchable": false,
"name": "Attraction"
}