{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/manticore/main/json-schema/sqlRawResponse.json", "title": "sqlRawResponse", "description": "JSON Schema for Manticore Search sqlRawResponse", "type": "array", "items": { "type": "object" } }