{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "regal": "https://api-evangelist.github.io/regal-entertainment-group/vocab#", "id": "@id", "type": "@type", "Movie": "schema:Movie", "title": "schema:name", "synopsis": "schema:description", "rating": "schema:contentRating", "runtime": "schema:duration", "releaseDate": "schema:datePublished", "genres": "schema:genre", "poster": "schema:image", "trailerUrl": "schema:trailer", "cast": "schema:actor", "director": "schema:director", "Theatre": "schema:MovieTheater", "theatreName": "schema:name", "address": "schema:address", "phone": "schema:telephone", "amenities": "schema:amenityFeature", "screens": "regal:screens", "coordinates": "schema:geo", "lat": "schema:latitude", "lng": "schema:longitude", "Showtime": "schema:ScreeningEvent", "startTime": "schema:startDate", "format": "regal:screeningFormat", "seatsAvailable": "schema:remainingAttendeeCapacity", "TicketOrder": "schema:Order", "orderId": "schema:orderNumber", "confirmationCode": "schema:confirmationNumber", "totalAmount": "schema:price", "LoyaltyMember": "schema:Person", "memberId": "schema:identifier", "tier": "regal:loyaltyTier", "creditBalance": "regal:loyaltyCreditBalance", "lifetimeCredits": "regal:lifetimeLoyaltyCredits" } }