Weaviate · Schema

MultipleRef

Multiple instances of references to other objects.

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

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