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