AMC Entertainment Holdings · JSON-LD Context

Amc Entertainment Holdings Context

JSON-LD context defining the semantic vocabulary for Amc Entertainment Holdings from AMC Entertainment Holdings.

53 Classes 50 Properties 4 Namespaces
View Context View on GitHub

Namespaces

amc: https://developers.amctheatres.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Theatre Movie Showtime Order Payment TicketPrice LoyaltyAccount LoyaltyCard Concession ConcessionCategory Attribute Location Market State SeatingLayout Seat MediaItem id name longName secondaryLongName synopsis synopsisTagLine genre mpaaRating priceType sku addressLine1 city state stateName postalCode country marketName showtimesPhoneNumber guestServicesPhoneNumber websiteUrl facebookUrl directionsUrl loyaltyVersion brand westWorldMediaTheatreNumber code shortDescription longDescription orderId token status productType cardNumber loyaltyTier _embedded _links

Properties

Property Type Container
slug string
runTime integer
releaseDateUtc dateTime
earliestShowingUtc dateTime
showDateTimeUtc dateTime
showDateTimeLocal string
utcOffset string
timezone string
auditorium integer
isSoldOut boolean
isAlmostSoldOut boolean
isCanceled boolean
purchaseUrl reference
ticketPrices set
price decimal
tax decimal
latitude double
longitude double
marketId integer
isClosed boolean
concessionsDeliveryOptions set
onlineConcessions boolean
redemptionMethods set
attributes set
appliesToMovie boolean
appliesToShowtime boolean
appliesToTheatre boolean
amcAccountId string
createdUtc dateTime
expirationUtc dateTime
totalAmount decimal
totalTax decimal
totalConvenienceFees decimal
products set
payments set
lineNumber integer
quantity integer
unitPrice decimal
totalPrice decimal
showtimeId integer
seatIds set
deliveryLocationId integer
pickupTime dateTime
deliveryTime dateTime
pointsBalance integer
rewards set
registrations set
pageSize integer
pageNumber integer
count integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amc": "https://developers.amctheatres.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Theatre": "schema:MovieTheater",
    "Movie": "schema:Movie",
    "Showtime": "schema:ScreeningEvent",
    "Order": "schema:Order",
    "Payment": "schema:PaymentMethod",
    "TicketPrice": "schema:PriceSpecification",
    "LoyaltyAccount": "schema:ProgramMembership",
    "LoyaltyCard": "amc:LoyaltyCard",
    "Concession": "schema:MenuItem",
    "ConcessionCategory": "schema:MenuSection",
    "Attribute": "amc:Attribute",
    "Location": "schema:Place",
    "Market": "amc:Market",
    "State": "schema:State",
    "SeatingLayout": "amc:SeatingLayout",
    "Seat": "schema:Seat",
    "MediaItem": "schema:MediaObject",

    "id": "@id",
    "name": "schema:name",
    "longName": "amc:longName",
    "secondaryLongName": "amc:secondaryLongName",
    "slug": { "@id": "amc:slug", "@type": "xsd:string" },
    "synopsis": "schema:description",
    "synopsisTagLine": "amc:tagLine",
    "genre": "schema:genre",
    "mpaaRating": "schema:contentRating",
    "runTime": { "@id": "schema:duration", "@type": "xsd:integer" },
    "releaseDateUtc": { "@id": "schema:datePublished", "@type": "xsd:dateTime" },
    "earliestShowingUtc": { "@id": "amc:earliestShowingUtc", "@type": "xsd:dateTime" },
    "showDateTimeUtc": { "@id": "schema:startDate", "@type": "xsd:dateTime" },
    "showDateTimeLocal": { "@id": "amc:showDateTimeLocal", "@type": "xsd:string" },
    "utcOffset": { "@id": "amc:utcOffset", "@type": "xsd:string" },
    "timezone": { "@id": "schema:timeZone", "@type": "xsd:string" },
    "auditorium": { "@id": "amc:auditorium", "@type": "xsd:integer" },
    "isSoldOut": { "@id": "amc:isSoldOut", "@type": "xsd:boolean" },
    "isAlmostSoldOut": { "@id": "amc:isAlmostSoldOut", "@type": "xsd:boolean" },
    "isCanceled": { "@id": "schema:eventStatus", "@type": "xsd:boolean" },
    "purchaseUrl": { "@id": "schema:offers", "@type": "@id" },
    "ticketPrices": { "@id": "schema:offers", "@container": "@set" },
    "priceType": "amc:priceType",
    "price": { "@id": "schema:price", "@type": "xsd:decimal" },
    "tax": { "@id": "amc:tax", "@type": "xsd:decimal" },
    "sku": "schema:sku",

    "addressLine1": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "stateName": "amc:stateName",
    "postalCode": "schema:postalCode",
    "country": "schema:addressCountry",
    "latitude": { "@id": "schema:latitude", "@type": "xsd:double" },
    "longitude": { "@id": "schema:longitude", "@type": "xsd:double" },
    "marketName": "amc:marketName",
    "marketId": { "@id": "amc:marketId", "@type": "xsd:integer" },

    "showtimesPhoneNumber": "schema:telephone",
    "guestServicesPhoneNumber": "amc:guestServicesPhoneNumber",
    "websiteUrl": "schema:url",
    "facebookUrl": "amc:facebookUrl",
    "directionsUrl": "amc:directionsUrl",
    "loyaltyVersion": "amc:loyaltyVersion",
    "isClosed": { "@id": "amc:isClosed", "@type": "xsd:boolean" },
    "brand": "schema:brand",
    "westWorldMediaTheatreNumber": "amc:wwmTheatreNumber",
    "concessionsDeliveryOptions": { "@id": "amc:concessionsDeliveryOptions", "@container": "@set" },
    "onlineConcessions": { "@id": "amc:onlineConcessions", "@type": "xsd:boolean" },
    "redemptionMethods": { "@id": "amc:redemptionMethods", "@container": "@set" },
    "attributes": { "@id": "amc:attributes", "@container": "@set" },

    "code": "amc:code",
    "shortDescription": "amc:shortDescription",
    "longDescription": "amc:longDescription",
    "appliesToMovie": { "@id": "amc:appliesToMovie", "@type": "xsd:boolean" },
    "appliesToShowtime": { "@id": "amc:appliesToShowtime", "@type": "xsd:boolean" },
    "appliesToTheatre": { "@id": "amc:appliesToTheatre", "@type": "xsd:boolean" },

    "orderId": "@id",
    "token": "amc:token",
    "amcAccountId": { "@id": "amc:amcAccountId", "@type": "xsd:string" },
    "status": "schema:orderStatus",
    "createdUtc": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "expirationUtc": { "@id": "amc:expirationUtc", "@type": "xsd:dateTime" },
    "totalAmount": { "@id": "schema:totalPrice", "@type": "xsd:decimal" },
    "totalTax": { "@id": "amc:totalTax", "@type": "xsd:decimal" },
    "totalConvenienceFees": { "@id": "amc:totalConvenienceFees", "@type": "xsd:decimal" },
    "products": { "@id": "schema:orderedItem", "@container": "@set" },
    "payments": { "@id": "schema:paymentMethod", "@container": "@set" },
    "lineNumber": { "@id": "amc:lineNumber", "@type": "xsd:integer" },
    "productType": "amc:productType",
    "quantity": { "@id": "schema:orderQuantity", "@type": "xsd:integer" },
    "unitPrice": { "@id": "amc:unitPrice", "@type": "xsd:decimal" },
    "totalPrice": { "@id": "amc:totalPrice", "@type": "xsd:decimal" },
    "showtimeId": { "@id": "amc:showtimeId", "@type": "xsd:integer" },
    "seatIds": { "@id": "amc:seatIds", "@container": "@set" },
    "deliveryLocationId": { "@id": "amc:deliveryLocationId", "@type": "xsd:integer" },
    "pickupTime": { "@id": "amc:pickupTime", "@type": "xsd:dateTime" },
    "deliveryTime": { "@id": "amc:deliveryTime", "@type": "xsd:dateTime" },

    "cardNumber": "amc:cardNumber",
    "loyaltyTier": "amc:loyaltyTier",
    "pointsBalance": { "@id": "amc:pointsBalance", "@type": "xsd:integer" },
    "rewards": { "@id": "amc:rewards", "@container": "@set" },
    "registrations": { "@id": "amc:registrations", "@container": "@set" },

    "pageSize": { "@id": "amc:pageSize", "@type": "xsd:integer" },
    "pageNumber": { "@id": "amc:pageNumber", "@type": "xsd:integer" },
    "count": { "@id": "amc:count", "@type": "xsd:integer" },
    "_embedded": "amc:embedded",
    "_links": "amc:links"
  }
}