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