Weaviate · JSON Structure

Weaviate Graph Qlresponse Structure

GraphQL based response: http://facebook.github.io/graphql/.

Type: object Properties: 2
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Graph Qlresponse Structure is a JSON Structure definition published by Weaviate, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

data errors

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

JSON Structure

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