workers_compatibility_flag

A flag to opt into a specific change

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-compatibility-flag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_compatibility_flag",
  "title": "workers_compatibility_flag",
  "description": "A flag to opt into a specific change",
  "example": "formdata_parser_supports_files",
  "type": "string"
}