This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "Event", | |
"identifier": 40, | |
"name": "Bootcamp", | |
"url": "http://www.lewishamparklife.co.uk.com/app/#/games/game/40", | |
"location": { | |
"type": "Place", | |
"address": { | |
"type": "PostalAddress", | |
"streetAddress": "London SE4 1LE, UK,undefined", | |
"postalCode": "SE23 3RR" | |
}, | |
"geo": { | |
"type": "GeoCoordinates", | |
"latitude": "51.459473", | |
"longitude": "-0.025998" | |
} | |
}, | |
"telephone": "", | |
"genderRestriction": "Mixed", | |
"activity": { | |
"type": "Concept", | |
"notation": "t41", | |
"prefLabel": "Bootcamp", | |
"inScheme": "http://www.devapi.lewishamparklife.co.uk/api/concepts/activities" | |
}, | |
"offer": { | |
"name": "Free", | |
"price": "0.00", | |
"priceCurrency": "GDP", | |
"type": "Offer" | |
}, | |
"organizer": { | |
"type": "Organization", | |
"name": "Swift Fitness", | |
"email": "andy@swiftfitnessgroup.com", | |
"url": "SwiftFitness" | |
}, | |
"beta:distance": null, | |
"beta:level": { | |
"type": "Concept", | |
"notation": "15", | |
"prefLabel": "all levels", | |
"inScheme": "http://www.devapi.lewishamparklife.co.uk/api/concepts/level" | |
}, | |
"subEvent": { | |
"type": "Event", | |
"startDate": "2017-07-29T10:00:00Z", | |
"endDate": "2017-07-29T11:00:00Z", | |
"sportstarta:minimumAttendeeCapacity": 2, | |
"maximumAttendeeCapacity": 10, | |
"remainingAttendeeCapacity": 9, | |
"sportstarta:attendeesNeeded": 1, | |
"beta:attendeeCount": 1, | |
"eventStatus": "http://schema.org/EventCancelled" | |
}, | |
"eventSchedule": { | |
"type": "Schedule", | |
"startDate": "2017-07-29", | |
"frequency": "weekly", | |
"byDay": "http://schema.org/Saturday", | |
"startTime": "10:00", | |
"endTime": "11:00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment