{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AccessToken", "type": "object", "properties": { "access_token": { "type": "string" }, "token_type": { "type": "string" }, "expires_in": { "type": "integer" }, "refresh_token": { "type": "string" } } }