Unkey · Schema

V2IdentitiesUpdateIdentityResponseBody

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Properties

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

JSON Schema

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