-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup-example.json
More file actions
34 lines (34 loc) · 810 Bytes
/
backup-example.json
File metadata and controls
34 lines (34 loc) · 810 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
26
27
28
29
30
31
32
33
34
{
"version": "1.0.0",
"timestamp": "2024-01-15T10:30:00.000Z",
"friends": [
{
"id": "friend-1",
"name": "Alice Johnson",
"contactMethod": "Text message",
"frequencyDays": 7,
"lastContactDate": "2024-01-08T00:00:00.000Z"
},
{
"id": "friend-2",
"name": "Bob Smith",
"contactMethod": "Phone call",
"frequencyDays": 14,
"lastContactDate": "2024-01-01T00:00:00.000Z"
},
{
"id": "friend-3",
"name": "Carol Davis",
"contactMethod": "Email",
"frequencyDays": 30,
"lastContactDate": "2023-12-15T00:00:00.000Z"
},
{
"id": "friend-4",
"name": "David Wilson",
"contactMethod": "In person",
"frequencyDays": 90,
"lastContactDate": "2023-10-20T00:00:00.000Z"
}
]
}