{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "threadId": { "type": "string" }, "threadName": { "type": [ "string", "null" ] } }, "required": [ "threadId" ], "title": "ThreadNameUpdatedNotification", "type": "object" }