[
{
"@type": "RedditPostDetail",
"id": "<string>",
"title": "<string>",
"url": "<string>",
"author": {
"@type": "RedditAuthor",
"id": "<string>",
"name": "<string>"
},
"subreddit": "<string>",
"subreddit_id": "<string>",
"created_at": 123,
"score": 123,
"comment_count": 123,
"post_type": "<string>",
"content_url": "<string>",
"text": "<string>",
"nsfw": false
}
]