{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GraphQLResponses", "title": "GraphQLResponses", "type": "array", "description": "A list of GraphQL responses.", "items": { "$ref": "#/components/schemas/GraphQLResponse" } }