changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "clusters": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "clusterId": {
+ "type": "string"
+ },
+ "fileCount": {
+ "type": "integer"
+ },
+ "issueCount": {
+ "type": "integer"
+ },
+ "priority": {
+ "type": "integer"
+ },
+ "rootCauseSummary": {
+ "type": "string"
+ },
+ "ruleIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "sampleIssueIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "suggestedAction": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "clusterId",
+ "rootCauseSummary",
+ "ruleIds",
+ "issueCount",
+ "fileCount",
+ "priority",
+ "suggestedAction",
+ "sampleIssueIds"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "code": {
+ "type": "string"
+ },
+ "engine": {
+ "enum": [
+ "oxlint",
+ "tsc",
+ "biome"
+ ],
+ "type": "string"
+ },
+ "engines": {
+ "additionalProperties": false,
+ "properties": {
+ "biome": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "ok",
+ "error",
+ "disabled"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ },
+ "oxlint": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "ok",
+ "error",
+ "disabled"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ },
+ "tsc": {
+ "additionalProperties": false,
+ "properties": {
+ "message": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "ok",
+ "error",
+ "disabled"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "oxlint",
+ "tsc",
+ "biome"
+ ],
+ "type": "object"
+ },
+ "loopWarning": {
+ "oneOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "hint": {
+ "type": "string"
+ },
+ "occurrences": {
+ "type": "integer"
+ },
+ "signature": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "signature",
+ "occurrences",
+ "hint"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "message": {
+ "type": "string"
+ },
+ "schemaVersion": {
+ "enum": [
+ "1.1"
+ ],
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "clean",
+ "issues_found",
+ "timeout",
+ "error"
+ ],
+ "type": "string"
+ },
+ "totalIssues": {
+ "type": "integer"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+}