New Relic · Schema

Deployment

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
deployment object
View JSON Schema on GitHub

JSON Schema

new-relic-deployment-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "deployment": {
      "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": "Deployment"
}