{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "event": true, "requestId": { "type": "string" }, "threadId": { "type": "string" }, "turnId": { "type": "string" } }, "required": [ "event", "requestId", "threadId", "turnId" ], "title": "ModelStreamEventNotification", "type": "object" }