{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_duration", "title": "access_duration", "default": "8760h", "description": "The duration for how long the service token will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or \u00b5s), ms, s, m, h. The default is 1 year in hours (8760h).", "example": "60m", "type": "string" }