List of Workers that will consume logs from the attached Worker.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_tail_consumers", "title": "workers_tail_consumers", "description": "List of Workers that will consume logs from the attached Worker.", "items": { "$ref": "#/components/schemas/workers_tail_consumers_script" }, "type": "array" }