{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logpush_name", "title": "logpush_name", "description": "Optional human readable job name. Not unique. Cloudflare suggests that you set this to a meaningful string, like the domain name, to make it easier to identify your job.", "example": "example.com", "maxLength": 512, "nullable": true, "pattern": "^[a-zA-Z0-9\\-\\.]*$", "type": "string" }