Arbitrary JSON to be associated with a key/value pair.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers-kv_metadata", "title": "workers-kv_metadata", "description": "Arbitrary JSON to be associated with a key/value pair.", "example": "{\"someMetadataKey\": \"someMetadataValue\"}", "type": "string" }