games.gamesgamesgamesgames.type
Schema Diff
+2 -2
1
1
{
2
2
"id": "games.gamesgamesgamesgames.type",
3
3
"defs": {
4
4
"dlc": {
5
5
"type": "token",
6
6
"description": "Downloadable Content (DLC)"
7
7
},
8
8
"mod": {
9
9
"type": "token",
10
10
"description": "Mod"
11
11
},
12
12
"fork": {
13
13
"type": "token",
14
14
"description": "Fork"
15
15
},
16
16
"game": {
17
17
"type": "token",
18
18
"description": "Game"
19
19
},
20
20
"port": {
21
21
"type": "token",
22
22
"description": "Port"
23
23
},
24
24
"addon": {
25
25
"type": "token",
26
26
"description": "Pack / Addon"
27
27
},
28
28
"bundle": {
29
29
"type": "token",
30
30
"description": "Bundle"
31
31
},
32
32
"remake": {
33
33
"type": "token",
34
34
"description": "Remake"
35
35
},
36
36
"season": {
37
37
"type": "token",
38
38
"description": "Season"
39
39
},
40
40
"update": {
41
41
"type": "token",
42
42
"description": "Update"
43
43
},
44
44
"episode": {
45
45
"type": "token",
46
46
"description": "Episode"
47
47
},
48
48
"remaster": {
49
49
"type": "token",
50
50
"description": "Remaster"
51
51
},
52
52
"expansion": {
53
53
"type": "token",
54
54
"description": "Expansion"
55
55
},
56
-
"expanded-game": {
56
+
"expandedGame": {
57
57
"type": "token",
58
58
"description": "Expanded Game"
59
59
},
60
-
"standalone-expansion": {
60
+
"standaloneExpansion": {
61
61
"type": "token",
62
62
"description": "Standalone Expansion"
63
63
}
64
64
},
65
65
"$type": "com.atproto.lexicon.schema",
66
66
"lexicon": 1,
67
67
"description": "Categories for releases and content."
68
68
}