Unkey · Schema

V2PermissionsListRolesResponseData

Array of roles with their assigned permissions.

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics
View JSON Schema on GitHub

JSON Schema

unkey-v2permissionslistrolesresponsedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2PermissionsListRolesResponseData",
  "title": "V2PermissionsListRolesResponseData",
  "type": "array",
  "maxItems": 1000,
  "description": "Array of roles with their assigned permissions.",
  "items": {
    "$ref": "#/components/schemas/Role"
  }
}