Unkey · Schema

V2KeysAddRolesResponseBody

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Properties

Name Type Description
meta object
data object
View JSON Schema on GitHub

JSON Schema

unkey-v2keysaddrolesresponsebody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2KeysAddRolesResponseBody",
  "title": "V2KeysAddRolesResponseBody",
  "type": "object",
  "required": [
    "meta",
    "data"
  ],
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/Meta"
    },
    "data": {
      "$ref": "#/components/schemas/V2KeysAddRolesResponseData"
    }
  }
}