{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "EXPERIMENTAL - emitted when thread realtime startup is accepted.", "properties": { "sessionId": { "type": [ "string", "null" ] }, "threadId": { "type": "string" } }, "required": [ "threadId" ], "title": "ThreadRealtimeStartedNotification", "type": "object" }