New Relic · JSON Structure

Openapi Violation Entity Response Structure

ViolationEntityResponse schema

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

group_id id name product type

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-entity-response-structure.json",
  "name": "ViolationEntityResponse",
  "description": "ViolationEntityResponse schema",
  "type": "object",
  "properties": {
    "group_id": {
      "type": "int32",
      "example": 100
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "product": {
      "type": "string",
      "example": "example_string"
    },
    "type": "{'type': 'string', 'example': 'standard'}"
  }
}