{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/cloudflare-kv/json-schema/workers-kv_metadata.json", "title": "Metadata", "allOf": [ { "$ref": "#/components/schemas/workers-kv_any" }, { "description": "Associates arbitrary JSON data with a key/value pair.", "example": { "someMetadataKey": "someMetadataValue" } } ] }