Cloudflare · Schema

ConsumerInput

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
script_name string The Worker script name that will consume messages.
settings object
View JSON Schema on GitHub

JSON Schema

cloudflare-queues-consumer-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConsumerInput",
  "type": "object",
  "properties": {
    "script_name": {
      "type": "string",
      "description": "The Worker script name that will consume messages."
    },
    "settings": {
      "type": "object"
    }
  }
}