workers-kv_expiration_ttl

The number of seconds for which the key should be visible before it expires. At least 60.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-kv-expiration-ttl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers-kv_expiration_ttl",
  "title": "workers-kv_expiration_ttl",
  "description": "The number of seconds for which the key should be visible before it expires. At least 60.",
  "example": 300,
  "type": "number"
}