{
"topicInfo": {
"topicId": "string",
"topicName": "string",
"topicDescription": "string"
},
"events": [
{
"eventId": "string",
"eventTime": "string",
"eventDescription": "string",
"source": "string",
"medias": [
{
"assetId": "string",
"objectUrl": "http://example.com",
"fileName": "string",
"mimeType": "string",
"createdAt": "string"
}
]
}
],
"assets": [
{
"assetId": "string",
"objectUrl": "http://example.com",
"fileName": "string",
"mimeType": "string",
"createdAt": "string"
}
]
}