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