{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Deprecated: Use `ContextCompaction` item type instead.", "properties": { "threadId": { "type": "string" }, "turnId": { "type": "string" } }, "required": [ "threadId", "turnId" ], "title": "ContextCompactedNotification", "type": "object" }