changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "code": {
- "description": "Error code on admin-auth failure.",
- "type": "string"
- },
- "error": {
- "description": "Present only on admin-auth failure.",
- "type": "string"
- },
- "generatedAt": {
- "type": "string"
- },
- "status": {
- "enum": [
- "nominal",
- "degraded",
- "insufficient_data"
- ],
- "type": "string"
- },
- "version": {
- "type": "string"
- },
- "windows": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "avgLatencyMs": {
- "type": "number"
- },
- "errorRate": {
- "type": "number"
- },
- "p50LatencyMs": {
- "type": "number"
- },
- "p95LatencyMs": {
- "type": "number"
- },
- "p99LatencyMs": {
- "type": "number"
- },
- "toolBreakdown": {
- "additionalProperties": true,
- "type": "object"
- },
- "topErrors": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "count": {
- "type": "number"
- },
- "errorCode": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "totalRequests": {
- "type": "number"
- },
- "windowHours": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
-}New value: +null