{ "type": "object", "name": "SuccessfulJWTBearerTokenFlow", "properties": { "access_token": { "type": "string" }, "scope": { "type": "string" }, "instance_url": { "type": "string" }, "id": { "type": "string" }, "token_type": { "type": "string" } }, "required": [ "access_token", "scope", "instance_url", "id", "token_type" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }