Weaviate · JSON Structure

Weaviate Nested Property Structure

Weaviate NestedProperty schema

Type: object Properties: 9
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Properties

dataType description name indexFilterable indexSearchable indexRangeFilters tokenization nestedProperties textAnalyzer

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-nested-property-structure.json",
  "title": "NestedProperty",
  "description": "Weaviate NestedProperty schema",
  "type": "object",
  "properties": {
    "dataType": {
      "type": "array"
    },
    "description": {
      "type": "str"
    },
    "name": {
      "type": "str"
    },
    "indexFilterable": {
      "type": "bool"
    },
    "indexSearchable": {
      "type": "bool"
    },
    "indexRangeFilters": {
      "type": "bool"
    },
    "tokenization": {
      "type": "str"
    },
    "nestedProperties": {
      "type": "array",
      "description": "The properties of the nested object(s). Applies to object and object[] data types."
    },
    "textAnalyzer": {
      "type": "#TextAnalyzerConfig"
    }
  }
}