Skip to content

Instantly share code, notes, and snippets.

@korrio
Created September 1, 2019 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korrio/44cf2743a8242ba93d6d9f568420665e to your computer and use it in GitHub Desktop.
Save korrio/44cf2743a8242ba93d6d9f568420665e to your computer and use it in GitHub Desktop.
claims.json
{
"_id" : ObjectId("5cff7f7015d7f12e5147d316"),
"claim" : "TEST CLAIM",
"description" : "<p>TEST DESC</p>",
"claim_date" : "2019-12-12T06:00:00.000Z",
"claim_source" : "https://imgs.mcot.net/images/2018/07/1530712595902.jpg",
"checked_date" : "2019-01-15T06:00:00.000Z",
"review_sources" : "https://tna.mcot.net/view/5b3cd054e3f8e4f60986174f",
"review" : "TEST REVIEW",
"client_id" : "Factly",
"slug" : "test-claim-slug",
"created_date" : "2019-01-15T19:39:07.478Z",
"last_updated_date" : "2019-01-15T19:39:07.478Z",
"rating" : {
"_id" : "5c1120caf2be60044e35d1b8",
"name" : "จริง แชร์ได้",
"numeric_value" : 2.0,
"is_default" : true,
"client_id" : "default",
"slug" : "true",
"created_date" : "2019-12-12T07:00:00.000Z",
"last_updated_date" : "2019-12-12T07:00:00.000Z",
"claim" : [],
"_class" : "com.factly.dega.domain.Rating"
},
"claimant" : {
"_id" : "5c3e3517569ed47d9451940f",
"name" : "SUREANDSHARE.COM",
"description" : "ศูนย์ชัวร์ก่อนแชร์ สำนักข่าวไทย",
"client_id" : "Factly",
"slug" : "government-of-india",
"created_date" : "2019-01-15T19:31:35.627Z",
"last_updated_date" : "2019-01-15T19:31:35.627Z",
"claim" : [],
"_class" : "com.factly.dega.domain.Claimant"
},
"factchecks" : [],
"_class" : "com.factly.dega.domain.Claim"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment