verificationCodes
user_cred
{
"_id": { "$oid": "67699681f6a1058d1bb81f4b" },
"name": "요니요니6",
"email": "[email protected]",
"password": "$2a$10$4Nr8JfyIQEzuB6S2K6zz/egl./41k./9zRjk9HYt7.98v3cBEPteG",
"createdAt": {
"$date": { "$numberLong": "1734586693213" }
},
"profileImage": "<https://s3.ap-northeast-2.amazonaws.com/stellarlinkprofile/roses-8247285_640.jpg>"
}
friends
{
"_id": { "$oid": "677369473a7252ef3ad47e32" },
"userId": {
"$oid": "6763b14517a87f3fc46224a3"
},
"friends": [
{
"friendId": {
"$oid": "6769914a56b019db1c8a5572"
},
"addedAt": {
"$date": {
"$numberLong": "1735579038597"
}
},
"status": "block"
},
{
"friendId": {
"$oid": "6769914a56b019db1c8a5572"
},
"addedAt": {
"$date": {
"$numberLong": "1735580302957"
}
},
"status": "active"
}
]
}
friend_requests
{
"_id": { "$oid": "677369683a7252ef3ad47e33" },
"fromUserId": {
"$oid": "6769914a56b019db1c8a5572"
},
"toUserId": {
"$oid": "6763b14517a87f3fc46224a3"
},
"status": "accepted",
"requestedAt": {
"$date": { "$numberLong": "1735579027187" }
}
}
messages
{
"_id": { "$oid": "677f3f283ba474efe395176a" },
"participants": [
{ "$oid": "6769914a56b019db1c8a5572" },
{ "$oid": "676d6ff6612383e49b80f3dd" },
{ "$oid": "676d7114612383e49b80f3e1" },
{ "$oid": "67713866612383e49b80f3e7" },
{ "$oid": "677e05ce6b0ad3df7cfb73ed" }
],
"type": "teams",
"title": "위아더월드",
"createdAt": {
"$date": { "$numberLong": "1736391731187" }
},
"messages": [
{
"id": {
"$oid": "677f3c36a0231b9e6eb4daed"
},
"chatRoomId": "677f3c33a0231b9e6eb4daec",
"senderEmail": "[email protected]",
"text": "님들",
"requesterId": "6769914a56b019db1c8a5572",
"createdAt": {
"$date": {
"$numberLong": "1736391734708"
}
}
"readBy": ["userId123", "userId456"] // 읽은 사용자들의 ID 목록
},
{
"id": {
"$oid": "677f3c3ba0231b9e6eb4daee"
},
"chatRoomId": "677f3c33a0231b9e6eb4daec",
"senderEmail": "[email protected]",
"text": "ㅎㅇㅎㅇ",
"requesterId": "6769914a56b019db1c8a5572",
"createdAt": {
"$date": {
"$numberLong": "1736391739080"
}
}
"readBy": ["userId123", "userId456"] // 읽은 사용자들의 ID 목록
}
]
}