{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.osohq.com/schemas/LocalListQuery.json", "title": "LocalListQuery", "type": "object", "required": [ "column", "data_bindings", "query" ], "properties": { "query": { "$ref": "#/components/schemas/ListQuery" }, "column": { "type": "string" }, "data_bindings": { "type": "string" } } }