Cloudflare · JSON Structure

Cloudflare R2 Bucket Structure

Type: object Properties: 4
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Bucket is a JSON Structure definition published by Cloudflare, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name creation_date location storage_class

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Bucket",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "creation_date": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "storage_class": {
      "type": "string"
    }
  }
}