New Relic · JSON Structure

Openapi Violation Links Response Structure

ViolationLinksResponse schema

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ViolationLinksResponse is a JSON Structure definition published by New Relic, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

condition_id incident_id policy_id

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-violation-links-response-structure.json",
  "name": "ViolationLinksResponse",
  "description": "ViolationLinksResponse schema",
  "type": "object",
  "properties": {
    "condition_id": {
      "type": "int32",
      "example": 100
    },
    "incident_id": {
      "type": "int32",
      "example": 100
    },
    "policy_id": {
      "type": "int32",
      "example": 100
    }
  }
}