workers-kv_metadata

Arbitrary JSON to be associated with a key/value pair.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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