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