A single R2 bucket
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/r2_bucket", "title": "r2_bucket", "description": "A single R2 bucket", "properties": { "creation_date": { "description": "Creation timestamp", "type": "string" }, "location": { "$ref": "#/components/schemas/r2_bucket_location" }, "name": { "$ref": "#/components/schemas/r2_bucket_name" }, "storage_class": { "$ref": "#/components/schemas/r2_storage_class" } }, "type": "object" }