Cloudflare KV · Schema

Key Name Bulk

A key's name. The name may be at most 512 bytes. All printable, non-whitespace characters are valid.

Key-Value StoreEdge ComputingCloudflare WorkersDistributed StorageGlobal DatabaseCacheConfiguration Management
View JSON Schema on GitHub

JSON Schema

workers-kv_key_name_bulk.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/cloudflare-kv/json-schema/workers-kv_key_name_bulk.json",
  "title": "Key Name Bulk",
  "description": "A key's name. The name may be at most 512 bytes. All printable, non-whitespace characters are valid.",
  "example": "My-Key",
  "maxLength": 512,
  "type": "string"
}