Unkey · Schema

V2DeployCreateDeploymentResponseData

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Properties

Name Type Description
deploymentId string Unique deployment identifier
View JSON Schema on GitHub

JSON Schema

unkey-v2deploycreatedeploymentresponsedata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/V2DeployCreateDeploymentResponseData",
  "title": "V2DeployCreateDeploymentResponseData",
  "type": "object",
  "required": [
    "deploymentId"
  ],
  "properties": {
    "deploymentId": {
      "type": "string",
      "description": "Unique deployment identifier",
      "example": "d_abc123xyz"
    }
  }
}