access_max_age

The maximum number of seconds the results of a preflight request can be cached.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-max-age-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_max_age",
  "title": "access_max_age",
  "description": "The maximum number of seconds the results of a preflight request can be cached.",
  "example": -1,
  "maximum": 86400,
  "minimum": -1,
  "type": "number"
}