New Relic · Schema

DeploymentResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
deployment object
View JSON Schema on GitHub

JSON Schema

new-relic-deployment-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "deployment": {
      "type": "object",
      "properties": {
        "changelog": {
          "type": "string",
          "example": "example_string"
        },
        "description": {
          "type": "string",
          "example": "example_string"
        },
        "id": {
          "type": "integer",
          "example": 100
        },
        "links": {
          "type": "object",
          "properties": {
            "application": {
              "type": "integer",
              "example": 100
            }
          }
        },
        "revision": {
          "type": "string",
          "example": "example_string"
        },
        "timestamp": {
          "type": "string",
          "format": "date-time",
          "example": "2026-04-18T14:30:00Z"
        },
        "user": {
          "type": "string",
          "example": "example_string"
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentResponse"
}