Arbitrary JSON that is associated with a key.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers-kv_list_metadata", "title": "workers-kv_list_metadata", "additionalProperties": true, "description": "Arbitrary JSON that is associated with a key.", "example": { "someMetadataKey": "someMetadataValue" }, "type": "object" }