Skechers U.S.A. · JSON-LD Context

Skechers Usa Context

JSON-LD context defining the semantic vocabulary for Skechers Usa from Skechers U.S.A..

41 Classes 1 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
skechers: https://www.skechers.com/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Product Order Customer LoyaltyAccount Store id name description styleNumber category collection technology gender colors sizes pricing regularPrice salePrice currency images rating url features materials orderId status shippingAddress trackingNumber totalAmount customerId email firstName lastName loyaltyAccount points tier storeId storeType phone hours coordinates

Properties

Property Type Container
orderDate dateTime

JSON-LD Document

skechers-usa-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "skechers": "https://www.skechers.com/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Product": "schema:Product",
    "Order": "schema:Order",
    "Customer": "schema:Person",
    "LoyaltyAccount": "schema:LoyaltyProgram",
    "Store": "schema:LocalBusiness",

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "styleNumber": "skechers:styleNumber",
    "category": "schema:category",
    "collection": "skechers:collection",
    "technology": "skechers:technology",
    "gender": "schema:audience",
    "colors": "schema:color",
    "sizes": "schema:size",
    "pricing": "schema:offers",
    "regularPrice": "schema:price",
    "salePrice": "schema:price",
    "currency": "schema:priceCurrency",
    "images": "schema:image",
    "rating": "schema:aggregateRating",
    "url": "schema:url",
    "features": "schema:description",
    "materials": "schema:material",

    "orderId": "schema:orderNumber",
    "orderDate": {
      "@id": "schema:orderDate",
      "@type": "xsd:dateTime"
    },
    "status": "schema:orderStatus",
    "shippingAddress": "schema:deliveryAddress",
    "trackingNumber": "skechers:trackingNumber",
    "totalAmount": "schema:totalPrice",

    "customerId": "schema:identifier",
    "email": "schema:email",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "loyaltyAccount": "skechers:loyaltyAccount",
    "points": "skechers:loyaltyPoints",
    "tier": "skechers:membershipTier",

    "storeId": "schema:identifier",
    "storeType": "schema:additionalType",
    "phone": "schema:telephone",
    "hours": "schema:openingHoursSpecification",
    "coordinates": "schema:geo"
  }
}