-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestdb.json
79 lines (79 loc) · 2.04 KB
/
testdb.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"title": "Group 0",
"description": "Group 0",
"created": "1640354018134",
"updated": "1640354110134",
"searchOptions": "title tags",
"sortOptions": "title",
"items": [
{
"title": "Item 0",
"fields": {
"priority": {
"name": "My name",
"password": "some easy password",
"expires": "6234141241323",
"service": "gmail.com",
"tags": "gmail google email"
},
"custom": {}
},
"created": "1640334118134",
"updated": "1643254118134",
"color": "#FFFFFF"
},
{
"title": "Item 1",
"fields": {
"priority": {
"name": "My name other name what i have",
"password": "not a easy password",
"expires": "6233154241323",
"service": "apple.com",
"tags": "apple tv+"
},
"custom": {
"email": "rutr@gmail.com",
"phone": "89006002030"
}
},
"created": "1640004118134",
"updated": "1640354100134",
"color": "#000000"
}
]
},
{
"title": "Group 1",
"description": "Group 1",
"created": "1640354118000",
"updated": "1640350008134",
"searchOptions": "sadwad dwasdwa",
"sortOptions": "updated",
"items": [
{
"title": "Item 2",
"fields": {
"priority": {
"name": "My name My name My name My name My name My name",
"password": "some easy password some easy password some easy password",
"expires": "6234141241323",
"service": "elephator.su",
"tags": "elephator su"
},
"custom": {
"email1": "rutr1@gmail.com",
"email2": "rutr2@gmail.com",
"email3": "rutr3@gmail.com",
"phone1": "89006002030",
"phone2": "+79006002030"
}
},
"created": "1640354000164",
"updated": "1640354116134",
"color": "red"
}
]
}
]