Pluralsight · JSON-LD Context

Pluralsight Context

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

3 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

ps: https://developer.pluralsight.com/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

GraphQLError GraphQLRequest GraphQLResponse

Properties

Property Type Container
data reference
errors string set
locations string set
message string
operationName string
path string set
query string
variables reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ps": "https://developer.pluralsight.com/schema/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "GraphQLError": "ps:GraphQLError",
    "GraphQLRequest": "ps:GraphQLRequest",
    "GraphQLResponse": "ps:GraphQLResponse",
    "data": {
      "@id": "ps:data",
      "@type": "@id"
    },
    "errors": {
      "@id": "ps:errors",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "locations": {
      "@id": "ps:locations",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "message": {
      "@id": "ps:message",
      "@type": "xsd:string"
    },
    "operationName": {
      "@id": "ps:operationName",
      "@type": "xsd:string"
    },
    "path": {
      "@id": "ps:path",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "query": {
      "@id": "ps:query",
      "@type": "xsd:string"
    },
    "variables": {
      "@id": "ps:variables",
      "@type": "@id"
    }
  }
}