{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "EXPERIMENTAL - emitted when thread realtime transport closes.", "properties": { "reason": { "type": [ "string", "null" ] }, "threadId": { "type": "string" } }, "required": [ "threadId" ], "title": "ThreadRealtimeClosedNotification", "type": "object" }