Created
August 12, 2016 19:12
-
-
Save iammoen/2bdf3dc3ad5af792b793919b034cda53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// EXAMPLE 1 | |
{ | |
"_id": ObjectId("XXX"), | |
"clientid": "XXX", | |
"feedid": "1", | |
"platform": "tw", | |
"platformid": "752521840640159744", | |
"posttime": new Date("2016-07-11T10:16:02-0500"), | |
"meta": { | |
"tags": [ | |
"" | |
], | |
"rating": 0, | |
"approval": { | |
"isapproved": true, | |
"approveddate": new Date(1468335849126) | |
}, | |
"custom": [ | |
{ | |
"link": { | |
"title": "The Northern Lights Paint the Sky in Minnesota", | |
"url": "/travel-ideas/northern-lights-in-minnesota/" | |
} | |
} | |
] | |
} | |
} | |
// EXAMPLE 2 | |
{ | |
"_id": ObjectId("XXX"), | |
"clientid": "XXX", | |
"feedid": "1", | |
"platform": "ig", | |
"platformid": "1010894378762485268_23001262", | |
"posttime": new Date("2015-06-19T10:33:42-0500"), | |
"meta": { | |
"tags": [ | |
"" | |
], | |
"rating": 0, | |
"approval": { | |
"isapproved": false, | |
"approveddate": new Date(1438369005505) | |
}, | |
"custom": [ | |
{ | |
"link": { | |
"title": "", | |
"url": "" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment