{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DataParams", "properties": { "data": { "type": "array", "items": { "type": "string" } }, "facets": { "type": "object" }, "frequency": { "type": "string" }, "start": { "type": "string" }, "end": { "type": "string" }, "sort": { "type": "array", "items": { "$ref": "#/components/schemas/Sort" } }, "length": { "type": "integer" }, "offset": { "type": "integer" } }, "type": "object" }