{ "$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" } } }