Cloudflare R2 · Schema

R2 Bucket

A single R2 bucket.

Object StorageCloud StorageS3-CompatibleEgress-FreeBucketsDeveloper PlatformCloudflare

Properties

Name Type Description
creation_date string Creation timestamp.
jurisdiction object
location object
name object
storage_class object
View JSON Schema on GitHub

JSON Schema

cloudflare-r2-bucket.json Raw ↑
{
  "$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"
}