changedOutput schema / (root)
Previous value: -{
- "properties": {
- "failureContext": {
- "type": "string"
- },
- "hasHighConfidenceRootCause": {
- "type": "boolean"
- },
- "hypotheses": {
- "items": {
- "properties": {
- "confidence": {
- "type": "number"
- },
- "contextMatch": {
- "type": "boolean"
- },
- "counterfactual": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "evidence": {
- "type": "array"
- },
- "factor": {
- "type": "string"
- },
- "impact": {
- "enum": [
- "high",
- "medium",
- "low"
- ],
- "type": "string"
- },
- "verifyAction": {
- "type": "string"
- },
- "verifyTool": {
- "type": "string"
- },
- "wouldStillFail": {
- "enum": [
- "likely",
- "maybe",
- "unlikely"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "nextSteps": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "pageState": {
- "properties": {
- "hasBlockingOverlay": {
- "type": "boolean"
- },
- "httpErrorCount": {
- "type": "number"
- },
- "interactiveElements": {
- "type": "number"
- },
- "jsErrorCount": {
- "type": "number"
- },
- "loadTime": {
- "type": "number"
- },
- "loadingState": {
- "type": "string"
- },
- "overlayCount": {
- "type": "number"
- },
- "title": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "paidUpgradeHint": {
- "type": "string"
- },
- "rootCause": {
- "properties": {
- "confidence": {
- "type": "number"
- },
- "factor": {
- "type": "string"
- },
- "verifyAction": {
- "type": "string"
- },
- "verifyTool": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "status": {
- "enum": [
- "success",
- "warning"
- ],
- "type": "string"
- },
- "suggestions": {
- "items": {
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
-}New value: +null