{
"topics": [
{
"topicId": "string",
"topicName": "string",
"startTime": "string",
"endTime": "string",
"topicDescription": "string",
"relatedNodes": [
{
"nodeId": "string",
"nodeName": "string"
}
]
}
],
"graph": {
"nodes": [
{
"nodeId": "string",
"nodeName": "string"
}
],
"edges": [
{
"edgeId": "string",
"sourceNodeId": "string",
"targetNodeId": "string"
}
]
}
}