Weaviate · JSON Structure

Weaviate Property Schema Structure

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

Type: map Properties: 0
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Property Schema Structure is a JSON Structure definition published by Weaviate. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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-property-schema-structure.json",
  "title": "PropertySchema",
  "description": "Names and values of an individual property. A returned response may also contain additional metadata, such as from classification or feature projection.",
  "type": "map"
}