Created
August 1, 2017 22:30
-
-
Save barnaclebarnes/c0ad4219a4dd21bcfebb27b168957e37 to your computer and use it in GitHub Desktop.
Example events feed for My Tours app
This file contains hidden or 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
[ | |
{ | |
"@context": "http://schema.org", | |
"@type": "Event", | |
"description": "<p>HTML formatted description</p>", | |
"location": { | |
"@type": "place", | |
"address": "3822 Ridge Avenue, Philadelphia, PA 19132", | |
"name": "Laurel Hill Cemetery" | |
}, | |
"name": "Victorians After Dark (A Young Friends Event)", | |
"offers": { | |
"@type": "Offer", | |
"name": "Tickets", | |
"url": "https://67610.blackbaudhosting.com/67610/page.aspx?pid=196&tab=2&txobjid=f6237a20-167f-4917-9450-2c8b9890c1a8" | |
}, | |
"organizer": "Laurel Hill Cemetery", | |
"startDate": "2017-08-03T00:00:00-04:00", | |
"url": "https://thelaurelhillcemetery.org/events/victorians-after-dark-a-young-friends-event" | |
}, | |
{ | |
"@context": "http://schema.org", | |
"@type": "Event", | |
"description": "<p>HTML formatted description</p>", | |
"location": { | |
"@type": "place", | |
"address": "3822 Ridge Avenue, Philadelphia, PA 19132", | |
"name": "Laurel Hill Cemetery" | |
}, | |
"name": "The Ghostly Circus: Fire and Aerial Theater", | |
"offers": { | |
"@type": "Offer", | |
"name": "Tickets", | |
"url": "https://67610.blackbaudhosting.com/67610/page.aspx?pid=196&tab=2&txobjid=dd8238f1-ab24-4b04-b31f-47ac79d24acc" | |
}, | |
"organizer": "Laurel Hill Cemetery", | |
"startDate": "2017-08-04T19:00:00-04:00", | |
"url": "https://thelaurelhillcemetery.org/events/the-ghostly-circus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment