{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_doh_jwt_duration", "title": "access_doh_jwt_duration", "description": "The duration the DoH JWT is valid for. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or \u00b5s), ms, s, m, h. Note that the maximum duration for this setting is the same as the key rotation period on the account. Default expiration is 24h", "example": "800h", "type": "string" }