Authzed · Schema

ObjectReference

ObjectReference is used to refer to a specific object in the system.

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Properties

Name Type Description
objectType string
objectId string
View JSON Schema on GitHub

JSON Schema

ObjectReference.json Raw ↑
{
  "type": "object",
  "properties": {
    "objectType": {
      "type": "string"
    },
    "objectId": {
      "type": "string"
    }
  },
  "description": "ObjectReference is used to refer to a specific object in the system.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/authzed/main/json-schema/ObjectReference.json",
  "title": "ObjectReference"
}