Weaviate · JSON Structure

Weaviate Role Structure

Weaviate Role schema

Type: object Properties: 2
Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

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

Properties

name permissions

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-role-structure.json",
  "title": "Role",
  "description": "Weaviate Role schema",
  "type": "object",
  "properties": {
    "name": {
      "type": "str",
      "description": "The name (ID) of the role."
    },
    "permissions": {
      "type": "array"
    }
  }
}