{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logpush_max_upload_interval_seconds", "title": "logpush_max_upload_interval_seconds", "default": 30, "description": "The maximum interval in seconds for log batches. This setting must be between 30 and 300 seconds (5 minutes), or `0` to disable it. Note that you cannot specify a minimum interval for log batches; this means that log files may be sent in shorter intervals than this. This parameter is only used for jobs with `edge` as its kind.", "example": 30, "maximum": 300, "minimum": 30, "nullable": true, "type": "integer" }