Unkey · Schema

V2ApisGetApiResponseBody

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Properties

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

JSON Schema

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