-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
70 lines (70 loc) · 1.36 KB
/
example.json
File metadata and controls
70 lines (70 loc) · 1.36 KB
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
{
"activity": {
"last_login": "2025-07-25T10:30:00Z",
"recent_actions": [
{
"timestamp": "2025-07-25T10:30:00Z",
"type": "login"
},
{
"timestamp": "2025-07-24T18:00:00Z",
"type": "update_profile"
},
{
"timestamp": "2025-07-20T14:15:00Z",
"type": "create_project"
}
]
},
"projects": [
{
"contributors": [
"alexdoe",
"jane_smith"
],
"description": "A platform for sustainable textiles.",
"name": "EcoWeave",
"status": "active",
"tags": [
"sustainability",
"textiles",
"platform"
]
},
{
"description": "App for finding travel partners.",
"name": "TravelBuddy",
"status": "archived"
}
],
"user": {
"id": 12345,
"profile": {
"bio": "Passionate developer and traveler.",
"full_name": "Alex Devit",
"nickname": "Alex",
"social": {
"github": "alexdoe",
"linkedin": ""
},
"website": ""
},
"settings": {
"languages": [
"en",
"fr",
"es"
],
"notifications": {
"email": true,
"sms": false
},
"privacy": {
"profile_visible": true,
"searchable": false
},
"theme": "dark"
},
"username": "anonymous_user"
}
}