Weaviate · Schema

MultipleRef

Multiple instances of references to other objects.

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

weaviate-multiple-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-multiple-ref-schema.json",
  "title": "MultipleRef",
  "description": "Multiple instances of references to other objects.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/SingleRef"
  }
}