Weaviate · Example Payload

Weaviate Nested Property Example

example-csapzkup

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Nested Property Example is an example object payload from Weaviate, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataTypedescriptionnameindexFilterableindexSearchableindexRangeFilterstokenizationnestedPropertiestextAnalyzer

Example Payload

Raw ↑
{
  "dataType": [
    "example-lfqxvpnj"
  ],
  "description": "example-csapzkup",
  "name": "example-ewqimmof",
  "indexFilterable": true,
  "indexSearchable": true,
  "indexRangeFilters": true,
  "tokenization": "word",
  "nestedProperties": [
    {
      "id": "example-id"
    }
  ],
  "textAnalyzer": {
    "id": "example-id"
  }
}