Cloudflare R2 · Schema

R2 Lifecycle Config

Object StorageCloud StorageS3-CompatibleEgress-FreeBucketsDeveloper PlatformCloudflare

Properties

Name Type Description
rules array
View JSON Schema on GitHub

JSON Schema

cloudflare-r2-lifecycle-config.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-r2/main/json-schema/cloudflare-r2-lifecycle-config.json",
  "title": "R2 Lifecycle Config",
  "properties": {
    "rules": {
      "items": {
        "allOf": [
          {
            "$ref": "#/components/schemas/r2_lifecycle-rule"
          }
        ]
      },
      "type": "array"
    }
  },
  "type": "object"
}