{ "$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" }