New Relic · Schema

DeploymentResponseType

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
changelog string
description string
id integer
links object
revision string
timestamp string
user string
View JSON Schema on GitHub

JSON Schema

new-relic-deployment-response-type-schema.json Raw ↑
{
  "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": "DeploymentResponseType"
}