Stytch · Schema

pwa_rbac_v3_DefaultRole

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
permissions array
View JSON Schema on GitHub

JSON Schema

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