New Relic · Schema

DeploymentResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
deployment object
View JSON Schema on GitHub

JSON Schema

new-relic-deploymentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeploymentResponse",
  "title": "DeploymentResponse",
  "type": "object",
  "properties": {
    "deployment": {
      "$ref": "#/components/schemas/DeploymentResponseType"
    }
  }
}