New Relic · JSON Structure

Openapi Deployment Response Type Structure

DeploymentResponseType schema

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

Properties

changelog description id links revision timestamp 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-response-type-structure.json",
  "name": "DeploymentResponseType",
  "description": "DeploymentResponseType schema",
  "type": "object",
  "properties": {
    "changelog": {
      "type": "string",
      "example": "example_string"
    },
    "description": {
      "type": "string",
      "example": "example_string"
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "links": {
      "$ref": "#/components/schemas/DeploymentLinksResponse"
    },
    "revision": {
      "type": "string",
      "example": "example_string"
    },
    "timestamp": {
      "type": "datetime",
      "example": "2026-04-18T14:30:00Z"
    },
    "user": {
      "type": "string",
      "example": "example_string"
    }
  }
}