{ "$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 } } }