{
"dates": [
{
"date": "2026-09-11",
"topics": [
{
"topicId": "string",
"topicName": "string"
}
]
}
],
"graph": {
"nodes": [
{
"nodeId": "string",
"nodeName": "string"
}
],
"edges": [
{
"edgeId": "string",
"sourceNodeId": "string",
"targetNodeId": "string"
}
]
}
}