{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_components-schemas-session_duration", "title": "access_components-schemas-session_duration", "default": "24h", "description": "The amount of time that tokens issued for the application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or \u00b5s), ms, s, m, h.", "example": "24h", "type": "string" }