Cloudflare KV · Schema

Namespace Title

A human-readable string name for a Namespace.

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

JSON Schema

workers-kv_namespace_title.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/cloudflare-kv/json-schema/workers-kv_namespace_title.json",
  "title": "Namespace Title",
  "description": "A human-readable string name for a Namespace.",
  "example": "My Own Namespace",
  "maxLength": 512,
  "type": "string",
  "x-auditable": true
}