Authzed · Schema

ReadSchemaResponse

ReadSchemaResponse is the resulting data after having read the Object Definitions from a Schema.

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Properties

Name Type Description
schemaText string
readAt object read_at is the ZedToken at which the schema was read.
View JSON Schema on GitHub

JSON Schema

ReadSchemaResponse.json Raw ↑
{
  "type": "object",
  "properties": {
    "schemaText": {
      "type": "string",
      "title": "schema_text is the textual form of the current schema in the system"
    },
    "readAt": {
      "$ref": "#/components/schemas/ZedToken",
      "description": "read_at is the ZedToken at which the schema was read."
    }
  },
  "description": "ReadSchemaResponse is the resulting data after having read the Object\nDefinitions from a Schema.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/authzed/main/json-schema/ReadSchemaResponse.json",
  "title": "ReadSchemaResponse"
}