Created
February 8, 2012 17:26
-
-
Save Bpless/1771461 to your computer and use it in GitHub Desktop.
DealUser Object Example
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
{ | |
"_id" : ObjectId("4f15adc6e9f3d887f2ba7a31"), | |
"uid" : 274790, | |
"did" : 720717, | |
"city_id" : 4, | |
"score" : 10000, | |
"published" : ISODate("2012-01-17T17:20:54Z"), | |
"active" : true, | |
"recs" : [ | |
{ | |
"category" : "TagMatch", | |
"details" : { | |
"tag_name" : "Treats", | |
"tag_id" : NumberLong(30) | |
} | |
}, | |
{ | |
"category" : "LocationMatch", | |
"details" : { | |
"city" : "New York", | |
"distance" : 0.3662158792607932 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment