workers-kv_key_name_bulk

A key's name. The name may be at most 512 bytes. All printable, non-whitespace characters are valid.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-kv-key-name-bulk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers-kv_key_name_bulk",
  "title": "workers-kv_key_name_bulk",
  "description": "A key's name. The name may be at most 512 bytes. All printable, non-whitespace characters are valid.",
  "example": "My-Key",
  "maxLength": 512,
  "type": "string"
}