Authzed · Schema

WriteSchemaResponse

WriteSchemaResponse is the resulting data after having written a Schema to a Permissions System.

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Properties

Name Type Description
writtenAt object written_at is the ZedToken at which the schema was written.
View JSON Schema on GitHub

JSON Schema

WriteSchemaResponse.json Raw ↑
{
  "type": "object",
  "properties": {
    "writtenAt": {
      "$ref": "#/components/schemas/ZedToken",
      "description": "written_at is the ZedToken at which the schema was written."
    }
  },
  "description": "WriteSchemaResponse is the resulting data after having written a Schema to\na Permissions System.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/authzed/main/json-schema/WriteSchemaResponse.json",
  "title": "WriteSchemaResponse"
}