{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "QueryRequest", "type": "object", "properties": { "query": { "type": "string" }, "multi_index_query": { "type": "object" }, "columns": { "type": "array" }, "filter": { "type": "object" }, "limit": { "type": "integer" }, "experimental": { "type": "object" } } }