{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logpush_dataset", "title": "logpush_dataset", "description": "Name of the dataset. A list of supported datasets can be found on the [Developer Docs](https://developers.cloudflare.com/logs/reference/log-fields/).", "example": "http_requests", "maxLength": 256, "nullable": true, "pattern": "^[a-zA-Z0-9_\\-]*$", "type": "string" }