workers-kv_list_metadata

Arbitrary JSON that is associated with a key.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-kv-list-metadata-schema.json Raw ↑
{
  "$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"
}