{
    "type": "object",
    "properties": {
        "id": {
            "type": "string"
        },
        "messages": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "labelIds": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "threadId": {
                        "type": "string"
                    }
                }
            }
        }
    },
    "version": 3
}
