Cloudflare · Schema

WorkerListResponse

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
result array
success boolean
View JSON Schema on GitHub

JSON Schema

cloudflare-workers-worker-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkerListResponse",
  "type": "object",
  "properties": {
    "result": {
      "type": "array"
    },
    "success": {
      "type": "boolean"
    }
  }
}