Skip to content
Stephen Tanner edited this page Jun 6, 2015 · 3 revisions
{
    "id": 123,
    "name": "The Park Name",
    "alt_names": [
        "Another Name for the Park", "A Park by Any Other Name"
    ],
    "location": {
        "lat": 37.2534,
        "lng": -82.1234
    },
    "address": "1234 Park Rd",
    "city": "Blacksburg",
    "state": "VA",
    "zip": "24060",
    "description": "Long field description about the park",
    "contact": {
        "phone": 1234567890,
        "fax": 9087654321,
        "email": "[email protected]"
        "address": {}
    }
    "steward": {
        "organization": "Blacksburg Parks and Rec",
        "url": "http://bb_park&rec.gov/changeme",
        "contact": {
            "phone": 1234567890,
            "fax": 9087654321,
            "email": "[email protected]"
        }
    },
    "url": "http://blacksburg.gov/TheParkName.html",
    "hours": {

    },
    "fees": {

    },
    "amenities": [
        {
            "type": "swing",
            "locations": [{
                "lat": 12.1234,
                "lng": -12.1234
            },],
            "hours":{
            },
            "fees": {
            },
            "reservations": {
                "available": "Yes",
                "required": "No",
                "reservationUrl": ,
            }
        },{
            "type": "parking",
            "locations": [{
                "lat": 12.1235,
                "lng": -12.1235
            },{
                "lat": 12.1236,
                "lng": -12.1236
            }]
        }
    ]
}
Clone this wiki locally