New Relic · JSON Structure

New Relic Deployment Body Structure

Type: object Properties: 4
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

changelog description revision user

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "DeploymentBody",
  "properties": {
    "changelog": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "revision": {
      "type": "string"
    },
    "user": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}