{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-graph-qlresponse-structure.json", "title": "GraphQLResponse", "description": "GraphQL based response: http://facebook.github.io/graphql/.", "type": "object", "properties": { "data": { "type": "map", "description": "GraphQL data object." }, "errors": { "type": "array", "description": "Array with errors." } } }