Weaviate · Schema

PropertySchema

Names and values of an individual property. A returned response may also contain additional metadata, such as from classification or feature projection.

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes
View JSON Schema on GitHub

JSON Schema

weaviate-propertyschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PropertySchema",
  "title": "PropertySchema",
  "type": "object",
  "description": "Names and values of an individual property. A returned response may also contain additional metadata, such as from classification or feature projection."
}