Weaviate · JSON Structure

Weaviate Alias Response Structure

Response object containing a list of alias mappings.

Type: object Properties: 1
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Alias Response Structure is a JSON Structure definition published by Weaviate, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

aliases

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-alias-response-structure.json",
  "title": "AliasResponse",
  "description": "Response object containing a list of alias mappings.",
  "type": "object",
  "properties": {
    "aliases": {
      "type": "array",
      "description": "Array of alias objects, each containing an alias-to-collection mapping."
    }
  }
}