Last active
June 23, 2017 18:16
-
-
Save promediacorp/ce0b4fa4be06fc50ca2e7c0b52d8a90d to your computer and use it in GitHub Desktop.
JSON+LD - AEA Chicago
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", | |
"location": { | |
"@type": "Place", | |
"address": { | |
"@type": "PostalAddress", | |
"addressLocality": "Chicago", | |
"addressRegion": "IL", | |
"postalCode": "60654", | |
"streetAddress": "320 N. Dearborn Street" | |
}, | |
"name": "Westin Chicago River North" | |
}, | |
"name": "An Event Apart Chicago", | |
"offers": { | |
"@type": "Offer", | |
"availability": "http://schema.org/LimitedAvailability", | |
"price": "1340.00", | |
"priceCurrency": "USD", | |
"url": "https://store.aneventapart.com/cart/cart_tickets/new?ticket_pricing_id=509" | |
}, | |
"startDate": "2017-08-27T09:00:00", | |
"endDate": "2017-08-30T16:00:00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment