Cloudflare · Schema

WorkerInput

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
name string The name of the Worker.
main_module string The entry point module for the Worker.
View JSON Schema on GitHub

JSON Schema

cloudflare-workers-worker-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkerInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the Worker."
    },
    "main_module": {
      "type": "string",
      "description": "The entry point module for the Worker."
    }
  }
}