changedOutput schema / (root)
Previous value: -{
- "properties": {
- "details": {
- "type": "object"
- },
- "nextSteps": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "paidUpgradeHint": {
- "type": "string"
- },
- "passed": {
- "type": "boolean"
- },
- "status": {
- "enum": [
- "success",
- "warning",
- "error"
- ],
- "type": "string"
- },
- "suggestions": {
- "items": {
- "type": "object"
- },
- "type": "array"
- },
- "summary": {
- "properties": {
- "accessibilityIssues": {
- "type": "number"
- },
- "consoleWarnings": {
- "type": "number"
- },
- "elementCount": {
- "type": "number"
- },
- "httpErrors": {
- "type": "number"
- },
- "jsErrors": {
- "type": "number"
- },
- "pageLoad": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "totalTime": {
- "type": "number"
- }
- },
- "type": "object"
-}New value: +null