{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GraphQLError", "title": "GraphQLError", "type": "object", "properties": { "message": { "type": "string" }, "extensions": { "type": "object", "additionalProperties": true } } }