Stytch · Schema

pwa_rbac_v3_Permission

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
resource_id string
actions array
View JSON Schema on GitHub

JSON Schema

stytch-pwa-rbac-v3-permission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_rbac_v3_Permission",
  "title": "pwa_rbac_v3_Permission",
  "type": "object",
  "properties": {
    "resource_id": {
      "type": "string"
    },
    "actions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "resource_id",
    "actions"
  ]
}