-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
25 lines (25 loc) · 732 Bytes
/
Copy pathdb.json
File metadata and controls
25 lines (25 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"posts": [
{"key":0,"name":"ResolvedAlerts","size":"small"},
{"key":1,"name":"UserStatus","size":"small"},
{"key":2,"name":"ActiveAlerts","size":"small"},
{"key":3,"name":"OpenAlerts","size":"medium"},
{"key":4,"name":"ClosedAlerts","size":"medium"},
{"key":5,"name":"IssueLog","size":"large"}
],
"comments": [
{ "id": 1, "body": "some comment", "postId": 1 },
{ "id": 2, "body": "some comment", "postId": 1 }
],
"profile": {
"name": "typicode",
"_id": "5e2ac8190e53a10bbcffc7e9",
"username": "provider",
"displayname": "Provider Doctor",
"email": "Thiru@ghcbp.com",
"active": 1,
"isInternal": true,
"mobile": "+919962443510",
"mfa_enabled": false
}
}