{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ThreadRealtimeErrorNotification", "description": "EXPERIMENTAL - emitted when thread realtime encounters an error.", "type": "object", "required": [ "message", "threadId" ], "properties": { "message": { "type": "string" }, "threadId": { "type": "string" } } }