Opt your Worker into specific changes
{ "$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" }