Cloudflare KV · Schema

Value

A byte sequence to be stored, up to 25 MiB in length.

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

JSON Schema

workers-kv_value.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/cloudflare-kv/json-schema/workers-kv_value.json",
  "title": "Value",
  "anyOf": [
    {
      "type": "string"
    },
    {
      "format": "binary",
      "type": "string"
    }
  ],
  "description": "A byte sequence to be stored, up to 25 MiB in length.",
  "example": "Some Value"
}