{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "sourceThreadIds": { "items": { "type": "string" }, "type": "array" }, "threadId": { "type": "string" } }, "required": [ "sourceThreadIds", "threadId" ], "title": "ThreadRememberParams", "type": "object" }