workers_tail_consumers

List of Workers that will consume logs from the attached Worker.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-tail-consumers-schema.json Raw ↑
{
  "$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"
}