Weaviate · JSON Structure

Weaviate User Api Key Structure

Weaviate UserApiKey schema

Type: object Properties: 1
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate User Api Key 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

apikey

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-user-api-key-structure.json",
  "title": "UserApiKey",
  "description": "Weaviate UserApiKey schema",
  "type": "object",
  "properties": {
    "apikey": {
      "type": "str",
      "description": "The API key associated with the user."
    }
  }
}