{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/manticore/main/json-schema/sqlObjResponse.json", "title": "sqlObjResponse", "description": "JSON Schema for Manticore Search sqlObjResponse", "type": "object", "required": [ "hits" ], "properties": { "hits": { "type": "object" }, "took": { "type": "number" }, "timed_out": { "type": "boolean" } } }