Wayfair · JSON-LD Context

Wayfair Context

JSON-LD context defining the semantic vocabulary for Wayfair from Wayfair.

5 Classes 15 Properties 4 Namespaces
View Context View on GitHub

Namespaces

wf: https://developer.wayfair.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

GraphQLError GraphQLRequest GraphQLResponse TokenRequest TokenResponse

Properties

Property Type Container
message string
locations set
line integer
column integer
path string set
query string
variables reference
operationName string
data reference
errors set
clientId string
clientSecret string
accessToken string
tokenType string
expiresIn integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "wf": "https://developer.wayfair.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "GraphQLError": "wf:GraphQLError",
    "GraphQLRequest": "wf:GraphQLRequest",
    "GraphQLResponse": "wf:GraphQLResponse",
    "TokenRequest": "wf:TokenRequest",
    "TokenResponse": "wf:TokenResponse",
    "message": {
      "@id": "wf:message",
      "@type": "xsd:string"
    },
    "locations": {
      "@id": "wf:locations",
      "@container": "@set"
    },
    "line": {
      "@id": "wf:line",
      "@type": "xsd:integer"
    },
    "column": {
      "@id": "wf:column",
      "@type": "xsd:integer"
    },
    "path": {
      "@id": "wf:path",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "query": {
      "@id": "wf:query",
      "@type": "xsd:string"
    },
    "variables": {
      "@id": "wf:variables",
      "@type": "@id"
    },
    "operationName": {
      "@id": "wf:operationName",
      "@type": "xsd:string"
    },
    "data": {
      "@id": "wf:data",
      "@type": "@id"
    },
    "errors": {
      "@id": "wf:errors",
      "@container": "@set"
    },
    "clientId": {
      "@id": "wf:client_id",
      "@type": "xsd:string"
    },
    "clientSecret": {
      "@id": "wf:client_secret",
      "@type": "xsd:string"
    },
    "accessToken": {
      "@id": "wf:access_token",
      "@type": "xsd:string"
    },
    "tokenType": {
      "@id": "wf:token_type",
      "@type": "xsd:string"
    },
    "expiresIn": {
      "@id": "wf:expires_in",
      "@type": "xsd:integer"
    }
  }
}