{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Notification that the turn-level unified diff has changed. Contains the latest aggregated diff across all file changes in the turn.", "properties": { "diff": { "type": "string" }, "threadId": { "type": "string" }, "turnId": { "type": "string" } }, "required": [ "diff", "threadId", "turnId" ], "title": "TurnDiffUpdatedNotification", "type": "object" }