r2_bucket

A single R2 bucket

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-r2-bucket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_bucket",
  "title": "r2_bucket",
  "description": "A single R2 bucket",
  "properties": {
    "creation_date": {
      "description": "Creation timestamp",
      "type": "string"
    },
    "location": {
      "$ref": "#/components/schemas/r2_bucket_location"
    },
    "name": {
      "$ref": "#/components/schemas/r2_bucket_name"
    },
    "storage_class": {
      "$ref": "#/components/schemas/r2_storage_class"
    }
  },
  "type": "object"
}