workers_script-settings-item

APIs.ioEngineeringPlatform

Properties

Name Type Description
logpush object
tail_consumers object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-script-settings-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_script-settings-item",
  "title": "workers_script-settings-item",
  "properties": {
    "logpush": {
      "$ref": "#/components/schemas/workers_logpush"
    },
    "tail_consumers": {
      "$ref": "#/components/schemas/workers_tail_consumers"
    }
  },
  "type": "object"
}