New Relic · JSON Structure

Openapi Deployment Body Structure

DeploymentBody schema

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/meta/core/v0/# meta-schema.

Properties

changelog description revision user

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-deployment-body-structure.json",
  "name": "DeploymentBody",
  "description": "DeploymentBody schema",
  "type": "object",
  "properties": {
    "changelog": {
      "type": "string",
      "example": "example_string"
    },
    "description": {
      "type": "string",
      "example": "example_string"
    },
    "revision": {
      "type": "string",
      "example": "example_string"
    },
    "user": {
      "type": "string",
      "example": "example_string"
    }
  }
}