-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat.json
More file actions
50 lines (49 loc) · 1.21 KB
/
format.json
File metadata and controls
50 lines (49 loc) · 1.21 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
{
"project": {
"name": "string",
"banner": "url | path",
"flavortownUrl": "url",
"repository": "url",
"author": {
"username": "string",
"flavortownUrl": "url"
},
"description": "markdown",
"aiDeclaration": "string",
"stats": {
"devlog_count": "X devlogs",
"time_spend": "Xh Xm Xs",
"followers": "X followers"
},
},
"devlogs": [
{
"body": "markdown text",
"time": "about X Y ago",
"duration": "Xh Xm logged",
"attachments": [
{
"type": " 'IMG' | 'VIDEO' ",
"src": "url | path"
}
]
}
],
"ships": [
{
"body": "string",
"time": "about X Y ago",
"duration": "string",
"cookies": "🍪 X",
"multiplier": "X cookies/hr"
}
],
"well_cooked": {
"author": {
"username": "string",
"flavortownUrl": "url"
},
"time": "about X Y ago",
"body": "string"
} // Can also be false if not well cooked
}