{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/nabu-cloud-personal-access-token-refresh-schema.json", "title": "PersonalAccessTokenRefresh", "description": "PersonalAccessTokenRefresh schema from Roku Nabu Cloud", "type": "object", "properties": { "expires_in_days": { "type": "integer", "maximum": 365, "minimum": 1, "title": "Expires In Days", "description": "Number of days until the token expires (1-365 days)", "default": 30 } } }