{ "$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" }