[
{
"@type": "RedditComment",
"id": "<string>",
"author": {
"@type": "RedditAuthor",
"id": "<string>",
"name": "<string>"
},
"text": "<string>",
"score": 123,
"created_at": 123,
"depth": 0,
"parent_id": "<string>",
"is_submitter": false,
"is_deleted": false,
"replies_count": 0,
"replies": []
}
]