{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/_LogsCountResponse", "title": "_LogsCountResponse", "type": "object", "properties": { "count": { "type": "integer", "description": "Number of log entries matching the filters." } }, "required": [ "count" ] }