{ "type": "object", "properties": { "access_token": { "type": "string", "example": "CAUQAA" }, "refresh_token": { "type": "string", "example": "CAUQAA" }, "signature": { "type": "string", "example": "example_value" }, "scope": { "type": "string", "example": "example_value" }, "id_token": { "type": "string", "example": "CAUQAA" }, "instance_url": { "type": "string", "example": "https://www.example.com" }, "id": { "type": "string", "example": "abc123" }, "token_type": { "type": "string", "example": "CAUQAA" }, "issued_at": { "type": "string", "example": "2026-01-15T10:30:00Z" } }, "required": [ "access_token", "refresh_token", "signature", "scope", "id_token", "instance_url", "id", "token_type", "issued_at" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SuccessfulWebServerFlow2" }