{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "EXPERIMENTAL - flat transcript delta emitted whenever realtime transcript text changes.", "properties": { "role": { "type": "string" }, "text": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "role", "text", "threadId" ], "title": "ThreadRealtimeTranscriptUpdatedNotification", "type": "object" }