Weaviate · Schema

UserApiKey

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Properties

Name Type Description
apikey string The API key associated with the user.
View JSON Schema on GitHub

JSON Schema

weaviate-userapikey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserApiKey",
  "title": "UserApiKey",
  "type": "object",
  "required": [
    "apikey"
  ],
  "properties": {
    "apikey": {
      "type": "string",
      "description": "The API key associated with the user."
    }
  }
}