Pluralsight · JSON Structure

Pluralsight Course Catalog Graph Ql Response Structure

GraphQLResponse from Pluralsight API

Type: object Properties: 2
CoursesEducationEngineering MetricsLearningSkills AssessmentTechnologyVideo Training

GraphQLResponse is a JSON Structure definition published by Pluralsight, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pluralsight/refs/heads/main/json-structure/pluralsight-course-catalog-graph-ql-response-structure.json",
  "name": "GraphQLResponse",
  "description": "GraphQLResponse from Pluralsight API",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "description": "The query result data"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GraphQLError"
      },
      "description": "Any errors that occurred during query execution"
    }
  }
}