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