changedOutput schema / (root)
Previous value: -{
- "properties": {
- "hasBlockingOverlay": {
- "type": "boolean"
- },
- "nextSteps": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "overlays": {
- "items": {
- "properties": {
- "className": {
- "type": "string"
- },
- "coveragePercent": {
- "type": "number"
- },
- "id": {
- "type": "string"
- },
- "opacity": {
- "type": "number"
- },
- "overlayType": {
- "type": "string"
- },
- "position": {
- "type": "string"
- },
- "rect": {
- "type": "object"
- },
- "tagName": {
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "zIndex": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "paidUpgradeHint": {
- "type": "string"
- },
- "status": {
- "enum": [
- "success",
- "warning"
- ],
- "type": "string"
- },
- "suggestions": {
- "items": {
- "type": "object"
- },
- "type": "array"
- },
- "totalCoveragePercent": {
- "type": "number"
- },
- "totalOverlays": {
- "type": "number"
- },
- "typeCounts": {
- "type": "object"
- },
- "viewportInfo": {
- "type": "object"
- }
- },
- "type": "object"
-}New value: +null