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