Authzed · Schema

WriteSchemaRequest

WriteSchemaRequest is the required data used to "upsert" the Schema of a Permissions System.

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Properties

Name Type Description
schema string The Schema containing one or more Object Definitions that will be written to the Permissions System. 4MiB
View JSON Schema on GitHub

JSON Schema

WriteSchemaRequest.json Raw ↑
{
  "type": "object",
  "properties": {
    "schema": {
      "type": "string",
      "description": "The Schema containing one or more Object Definitions that will be written\nto the Permissions System.\n\n4MiB"
    }
  },
  "description": "WriteSchemaRequest is the required data used to \"upsert\" the Schema of a\nPermissions System.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/authzed/main/json-schema/WriteSchemaRequest.json",
  "title": "WriteSchemaRequest"
}