-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
47 lines (47 loc) · 1.16 KB
/
db.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"posts": [
{
"data": {
"userInfo": {
"id": {
"title": "ID",
"value": "7",
"type": "string",
"editable": "false"
},
"uuid": {
"title": "UUID",
"value": "hfhsdzasad",
"type": "string",
"editable": "false"
},
"firstName": {
"title": "First Name",
"value": "Alen",
"type": "string",
"editable": "false"
},
"lastName": {
"title": "Last Name",
"value": "Delibegovic",
"type": "string",
"editable": "false"
},
"userName": {
"title": "User Name",
"value": "Alen Delibegovi\u0107",
"type": "string",
"editable": "false"
},
"userPicture": {
"title": "Picture",
"value": "https:\/\/lh6.googleusercontent.com\/-zw-OQ2-iXGM\/AAAAAAAAAAI\/AAAAAAAACG0\/9QTBCpM91SA\/photo.jpg",
"type": "url",
"editable": "false"
}
},
"userPremissions": []
}
}
]
}