{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/basiq/refs/heads/main/json-structure/tokenresponse.json", "title": "TokenResponse", "type": "record", "fields": [ { "name": "access_token", "type": "xs:string", "description": "JWT access token" }, { "name": "token_type", "type": "xs:string", "description": "Token type (Bearer)" }, { "name": "expires_in", "type": "xs:integer", "description": "Token expiry in seconds" } ] }