{ "type": "object", "properties": { "access_token": { "type": "string", "example": "CAUQAA" }, "issued_token_type": { "type": "string", "example": "CAUQAA" }, "token_type": { "type": "string", "example": "CAUQAA" }, "expires_in": { "type": "integer", "example": 10 } }, "required": [ "access_token", "issued_token_type", "token_type", "expires_in" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SuccessfulAssetTokenFlow" }