{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "search_code_search_result", "type": "object", "properties": { "type": { "type": "string" }, "content_match_count": { "type": "integer" }, "content_matches": { "type": "array" }, "path_matches": { "type": "array" } } }