{ "$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" } } }