r2_bucket_name

Name of the bucket

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-bucket-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_bucket_name",
  "title": "r2_bucket_name",
  "description": "Name of the bucket",
  "example": "example-bucket",
  "maxLength": 64,
  "minLength": 3,
  "pattern": "^[a-z0-9][a-z0-9-]*[a-z0-9]",
  "type": "string"
}