Location of the bucket
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_bucket_location", "title": "r2_bucket_location", "description": "Location of the bucket", "enum": [ "apac", "eeur", "enam", "weur", "wnam" ], "type": "string" }