changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "fullName": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "fullName",
+ "version"
+ ],
+ "type": "object"
+ },
+ "error": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "meta": {
+ "additionalProperties": false,
+ "properties": {
+ "bounded": {
+ "const": true,
+ "type": "boolean"
+ },
+ "confidence": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ "coverage": {
+ "enum": [
+ "precise",
+ "approximate",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "generated_at": {
+ "type": "string"
+ },
+ "index_freshness": {
+ "enum": [
+ "fresh",
+ "stale",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "instruction_signals": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "detected": {
+ "type": "boolean"
+ },
+ "kinds": {
+ "items": {
+ "enum": [
+ "instruction_override",
+ "authority_spoofing",
+ "tool_execution_request",
+ "secret_exfiltration_request",
+ "delimiter_spoofing",
+ "hidden_unicode",
+ "encoded_instruction"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "scan_truncated": {
+ "type": "boolean"
+ },
+ "scanned_bytes": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "signals": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "column": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "confidence": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ "kind": {
+ "enum": [
+ "instruction_override",
+ "authority_spoofing",
+ "tool_execution_request",
+ "secret_exfiltration_request",
+ "delimiter_spoofing",
+ "hidden_unicode",
+ "encoded_instruction"
+ ],
+ "type": "string"
+ },
+ "line": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "offset": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "kind",
+ "line",
+ "column",
+ "offset",
+ "confidence",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "detected",
+ "count",
+ "kinds",
+ "signals",
+ "scanned_bytes",
+ "scan_truncated"
+ ],
+ "type": "object"
+ },
+ "local_only": {
+ "const": true,
+ "type": "boolean"
+ },
+ "provenance": {
+ "enum": [
+ "local-analysis",
+ "local-filesystem",
+ "local-index",
+ "local-lsp"
+ ],
+ "type": "string"
+ },
+ "source_is_untrusted": {
+ "type": "boolean"
+ },
+ "source_revision": {
+ "type": "string"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "generated_at",
+ "local_only",
+ "bounded",
+ "provenance"
+ ],
+ "type": "object"
+ },
+ "schema_version": {
+ "const": 1,
+ "type": "number"
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "schema_version",
+ "success",
+ "meta"
+ ],
+ "type": "object"
+}