workers_namespace-script-response

Details about a worker uploaded to a Workers for Platforms namespace.

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on object
dispatch_namespace object
modified_on object
script object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-namespace-script-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_namespace-script-response",
  "title": "workers_namespace-script-response",
  "description": "Details about a worker uploaded to a Workers for Platforms namespace.",
  "properties": {
    "created_on": {
      "$ref": "#/components/schemas/workers_created_on"
    },
    "dispatch_namespace": {
      "$ref": "#/components/schemas/workers_dispatch_namespace_name"
    },
    "modified_on": {
      "$ref": "#/components/schemas/workers_modified_on"
    },
    "script": {
      "$ref": "#/components/schemas/workers_script-response"
    }
  },
  "type": "object"
}