changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": false,
+ "properties": {
+ "cursor_offset": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "directory": {
+ "type": "string"
+ },
+ "filters": {
+ "additionalProperties": false,
+ "properties": {
+ "include_tests": {
+ "type": "boolean"
+ },
+ "language": {
+ "type": "string"
+ },
+ "path_prefix": {
+ "type": "string"
+ },
+ "symbol_type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "include_tests"
+ ],
+ "type": "object"
+ },
+ "index": {
+ "additionalProperties": false,
+ "properties": {
+ "embedding_dimensions": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "embedding_model": {
+ "type": "string"
+ },
+ "embedding_provider": {
+ "type": "string"
+ },
+ "schema_version": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "source_fingerprint": {
+ "type": "string"
+ },
+ "updated_at": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "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"
+ },
+ "next_cursor": {
+ "type": "string"
+ },
+ "query": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "callContext": {
+ "additionalProperties": false,
+ "properties": {
+ "callees": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "callers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "callers",
+ "callees"
+ ],
+ "type": "object"
+ },
+ "confidence": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ "content": {
+ "type": "string"
+ },
+ "content_truncated": {
+ "type": "boolean"
+ },
+ "endLine": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "filePath": {
+ "type": "string"
+ },
+ "is_neighbor": {
+ "type": "boolean"
+ },
+ "language": {
+ "type": "string"
+ },
+ "neighbor_distance": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "neighbor_of": {
+ "type": "string"
+ },
+ "parts": {
+ "additionalProperties": false,
+ "properties": {
+ "body": {
+ "type": "string"
+ },
+ "documentation": {
+ "type": "string"
+ },
+ "signature": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "body"
+ ],
+ "type": "object"
+ },
+ "score": {
+ "type": "number"
+ },
+ "startLine": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "symbolName": {
+ "type": "string"
+ },
+ "symbolType": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "filePath",
+ "language",
+ "startLine",
+ "endLine",
+ "content",
+ "score",
+ "confidence",
+ "parts"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "resultsCount": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "retrieval": {
+ "additionalProperties": false,
+ "properties": {
+ "abstained": {
+ "type": "boolean"
+ },
+ "abstention_reason": {
+ "type": "string"
+ },
+ "candidates_considered": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "content_limit_bytes": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "content_truncated_count": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "duplicates_removed": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "min_confidence": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ "neighbor_candidates_considered": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "neighbor_window": {
+ "maximum": 3,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "neighbors_added": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "neighbors_truncated": {
+ "type": "boolean"
+ },
+ "query_kind": {
+ "enum": [
+ "identifier",
+ "concept",
+ "mixed"
+ ],
+ "type": "string"
+ },
+ "reranker": {
+ "enum": [
+ "none",
+ "lexical",
+ "code"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "query_kind",
+ "reranker",
+ "candidates_considered",
+ "duplicates_removed",
+ "min_confidence",
+ "abstained",
+ "content_limit_bytes",
+ "content_truncated_count",
+ "neighbor_window",
+ "neighbors_added",
+ "neighbor_candidates_considered",
+ "neighbors_truncated"
+ ],
+ "type": "object"
+ },
+ "secrets_redacted": {
+ "type": "boolean"
+ },
+ "source_is_untrusted": {
+ "const": true,
+ "type": "boolean"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "query",
+ "directory",
+ "resultsCount",
+ "truncated",
+ "cursor_offset",
+ "retrieval",
+ "filters",
+ "index",
+ "source_is_untrusted",
+ "secrets_redacted",
+ "instruction_signals",
+ "results"
+ ],
+ "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"
+}