workers_script-response

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on object
etag object
id string The id of the script in the Workers system. Usually the script name.
logpush object
modified_on object
placement_mode object
tail_consumers object
usage_model object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-script-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_script-response",
  "title": "workers_script-response",
  "properties": {
    "created_on": {
      "$ref": "#/components/schemas/workers_created_on"
    },
    "etag": {
      "$ref": "#/components/schemas/workers_etag"
    },
    "id": {
      "description": "The id of the script in the Workers system. Usually the script name.",
      "example": "my-workers-script",
      "readOnly": true,
      "type": "string"
    },
    "logpush": {
      "$ref": "#/components/schemas/workers_logpush"
    },
    "modified_on": {
      "$ref": "#/components/schemas/workers_modified_on"
    },
    "placement_mode": {
      "$ref": "#/components/schemas/workers_placement_mode"
    },
    "tail_consumers": {
      "$ref": "#/components/schemas/workers_tail_consumers"
    },
    "usage_model": {
      "$ref": "#/components/schemas/workers_usage_model"
    }
  }
}