{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logshare_count", "title": "logshare_count", "description": "When `?count=` is provided, the response will contain up to `count` results. Since results are not sorted, you are likely to get different data for repeated requests. `count` must be an integer > 0.", "minimum": 1, "type": "integer" }