Weaviate · Schema

AdditionalProperties

(Response only) Additional meta information about a single object.

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

weaviate-additional-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/weaviate/json-schema/weaviate-additional-properties-schema.json",
  "title": "AdditionalProperties",
  "description": "(Response only) Additional meta information about a single object.",
  "type": "object",
  "additionalProperties": {
    "type": "object"
  }
}