Weaviate · JSON Structure

Weaviate User Own Info Structure

Weaviate UserOwnInfo schema

Type: object Properties: 3
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate User Own Info Structure is a JSON Structure definition published by Weaviate, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

groups roles username

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-own-info-structure.json",
  "title": "UserOwnInfo",
  "description": "Weaviate UserOwnInfo schema",
  "type": "object",
  "properties": {
    "groups": {
      "type": "array",
      "description": "The groups associated with the user."
    },
    "roles": {
      "type": "array"
    },
    "username": {
      "type": "str",
      "description": "The name (ID) of the user."
    }
  }
}