New Relic · Schema

DeploymentBody

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
changelog string
description string
revision string
user string
View JSON Schema on GitHub

JSON Schema

new-relic-deployment-body-schema.json Raw ↑
{
  "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"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeploymentBody"
}