{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/_LogsCountRangesRequest", "title": "_LogsCountRangesRequest", "type": "object", "properties": { "query": { "allOf": [ { "$ref": "#/components/schemas/_LogsCountRangesBody" } ], "description": "The bucketed-count query to execute." } }, "required": [ "query" ] }