Unkey · Schema

V2PermissionsListPermissionsResponseData

Array of permission objects with complete configuration details.

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics
View JSON Schema on GitHub

JSON Schema

unkey-v2permissionslistpermissionsresponsedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2PermissionsListPermissionsResponseData",
  "title": "V2PermissionsListPermissionsResponseData",
  "type": "array",
  "maxItems": 1000,
  "description": "Array of permission objects with complete configuration details.",
  "items": {
    "$ref": "#/components/schemas/Permission"
  }
}