{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/logpush_kind", "title": "logpush_kind", "default": "", "description": "The kind parameter (optional) is used to differentiate between Logpush and Edge Log Delivery jobs. Currently, Edge Log Delivery is only supported for the `http_requests` dataset.", "enum": [ "edge" ], "example": "", "nullable": true, "type": "string" }