workers_compatibility_flags

Opt your Worker into specific changes

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-compatibility-flags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_compatibility_flags",
  "title": "workers_compatibility_flags",
  "description": "Opt your Worker into specific changes",
  "items": {
    "$ref": "#/components/schemas/workers_compatibility_flag"
  },
  "type": "array"
}