{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-r2/main/json-schema/cloudflare-r2-bucket.json", "title": "R2 Bucket", "description": "A single R2 bucket.", "properties": { "creation_date": { "description": "Creation timestamp.", "type": "string" }, "jurisdiction": { "$ref": "#/components/schemas/r2_jurisdiction" }, "location": { "$ref": "#/components/schemas/r2_bucket_location" }, "name": { "$ref": "#/components/schemas/r2_bucket_name" }, "storage_class": { "$ref": "#/components/schemas/r2_storage_class" } }, "type": "object" }