workers_placement_config

APIs.ioEngineeringPlatform

Properties

Name Type Description
mode string Enables [Smart Placement](https://developers.cloudflare.com/workers/configuration/smart-placement). Only `"smart"` is currently supported
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-placement-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_placement_config",
  "title": "workers_placement_config",
  "properties": {
    "mode": {
      "description": "Enables [Smart Placement](https://developers.cloudflare.com/workers/configuration/smart-placement). Only `\"smart\"` is currently supported",
      "enum": [
        "smart"
      ],
      "type": "string"
    }
  },
  "type": "object"
}