New Relic · JSON Structure

Openapi Crash Summary Response Structure

CrashSummaryResponse schema

Type: object Properties: 4
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

crash_count crash_rate supports_crash_data unresolved_crash_count

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-crash-summary-response-structure.json",
  "name": "CrashSummaryResponse",
  "description": "CrashSummaryResponse schema",
  "type": "object",
  "properties": {
    "crash_count": {
      "type": "int32",
      "example": 42
    },
    "crash_rate": {
      "type": "float",
      "example": 12.3
    },
    "supports_crash_data": {
      "type": "boolean",
      "example": true
    },
    "unresolved_crash_count": {
      "type": "int32",
      "example": 42
    }
  }
}