Name of the bucket
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_bucket_name", "title": "r2_bucket_name", "description": "Name of the bucket", "example": "example-bucket", "maxLength": 64, "minLength": 3, "pattern": "^[a-z0-9][a-z0-9-]*[a-z0-9]", "type": "string" }