{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_warp_auth_session_duration", "title": "access_warp_auth_session_duration", "description": "The amount of time that tokens issued for applications will be valid. Must be in the format `30m` or `2h45m`. Valid time units are: m, h.", "example": "24h", "type": "string" }