{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "ThreadId": { "type": "string" } }, "properties": { "conversationId": { "$ref": "#/definitions/ThreadId" }, "rolloutPath": { "type": "string" } }, "required": [ "conversationId", "rolloutPath" ], "title": "ArchiveConversationParams", "type": "object" }