Unkey · Schema

V2ApisCreateApiResponseBody

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Properties

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

JSON Schema

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