Cloudflare · Schema

BucketResponse

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
success boolean
errors array
messages array
View JSON Schema on GitHub

JSON Schema

cloudflare-r2-bucket-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BucketResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "errors": {
      "type": "array"
    },
    "messages": {
      "type": "array"
    }
  }
}