New Relic · JSON Structure

New Relic Deployment Response Type Structure

Type: object Properties: 7
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

DeploymentResponseType is a JSON Structure definition published by New Relic, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

changelog description id links revision timestamp user

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "DeploymentResponseType",
  "properties": {
    "changelog": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "links": {
      "type": "object",
      "properties": {
        "application": {
          "type": "integer"
        }
      }
    },
    "revision": {
      "type": "string"
    },
    "timestamp": {
      "type": "datetime"
    },
    "user": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}