New Relic · Schema

ViolationResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
violation object
View JSON Schema on GitHub

JSON Schema

new-relic-violationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ViolationResponse",
  "title": "ViolationResponse",
  "type": "object",
  "properties": {
    "violation": {
      "$ref": "#/components/schemas/ViolationResponseType"
    }
  }
}