workers-kv_expiration

The time, measured in number of seconds since the UNIX epoch, at which the key should expire.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-kv-expiration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers-kv_expiration",
  "title": "workers-kv_expiration",
  "description": "The time, measured in number of seconds since the UNIX epoch, at which the key should expire.",
  "example": 1578435000.0,
  "type": "number"
}