Cloudflare · Schema

Namespace

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
id string The unique identifier of the namespace.
title string The human-readable title of the namespace.
supports_url_encoding boolean Whether the namespace supports URL-encoded keys.
View JSON Schema on GitHub

JSON Schema

cloudflare-kv-namespace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Namespace",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the namespace."
    },
    "title": {
      "type": "string",
      "description": "The human-readable title of the namespace."
    },
    "supports_url_encoding": {
      "type": "boolean",
      "description": "Whether the namespace supports URL-encoded keys."
    }
  }
}