games.gamesgamesgamesgames.game
Schema Diff
+10 -70
1
1
{
2
2
"id": "games.gamesgamesgamesgames.game",
3
3
"defs": {
4
4
"main": {
5
-
"key": "literal:self",
5
+
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"properties": {
10
10
"name": {
11
11
"type": "string"
12
12
},
13
13
"media": {
14
14
"type": "array",
15
15
"items": {
16
-
"type": "object",
17
-
"properties": {
18
-
"blob": {
19
-
"type": "blob",
20
-
"accept": [
21
-
"image/*",
22
-
"video/*"
23
-
],
24
-
"maxSize": 500000
25
-
},
26
-
"title": {
27
-
"type": "string"
28
-
},
29
-
"locale": {
30
-
"type": "string"
31
-
},
32
-
"mediaType": {
33
-
"enum": [
34
-
"accoladesTrailer",
35
-
"announcementTrailer",
36
-
"artwork",
37
-
"cinematicTrailer",
38
-
"conceptArt",
39
-
"cover",
40
-
"coverAlt",
41
-
"coverHistorical",
42
-
"coverSquare",
43
-
"cutscene",
44
-
"devDiary",
45
-
"gameplayImage",
46
-
"gameplayTrailer",
47
-
"icon",
48
-
"infographic",
49
-
"intro",
50
-
"keyArt",
51
-
"keyArtLogo",
52
-
"launchTrailer",
53
-
"logoBlack",
54
-
"logoColor",
55
-
"logoWhite",
56
-
"releaseDateTrailer",
57
-
"screenshot",
58
-
"teaser",
59
-
"trailer"
60
-
],
61
-
"type": "string"
62
-
},
63
-
"dimensions": {
64
-
"type": "object",
65
-
"properties": {
66
-
"width": {
67
-
"type": "integer"
68
-
},
69
-
"height": {
70
-
"type": "integer"
71
-
}
72
-
}
73
-
},
74
-
"description": {
75
-
"type": "string"
76
-
}
77
-
}
16
+
"ref": "games.gamesgamesgamesgames.defs#mediaItem",
17
+
"type": "ref"
78
18
},
79
19
"description": "Images associated with the game."
80
20
},
81
21
"modes": {
82
22
"type": "array",
83
23
"items": {
84
24
"ref": "games.gamesgamesgamesgames.defs#mode",
85
25
"type": "ref"
86
26
}
87
27
},
88
28
"genres": {
89
29
"type": "array",
90
30
"items": {
91
31
"ref": "games.gamesgamesgamesgames.defs#genre",
92
32
"type": "ref"
93
33
}
94
34
},
95
35
"parent": {
96
36
"type": "string",
97
37
"format": "at-uri"
98
38
},
99
39
"themes": {
100
40
"type": "array",
101
41
"items": {
102
42
"ref": "games.gamesgamesgamesgames.defs#theme",
103
43
"type": "ref"
104
44
}
105
45
},
106
46
"summary": {
107
47
"type": "string"
108
48
},
49
+
"releases": {
50
+
"type": "array",
51
+
"items": {
52
+
"ref": "games.gamesgamesgamesgames.defs#release",
53
+
"type": "ref"
54
+
}
55
+
},
109
56
"createdAt": {
110
57
"type": "string",
111
58
"format": "datetime"
112
59
},
113
60
"publishedAt": {
114
61
"type": "string",
115
62
"format": "datetime",
116
63
"description": "When this record was marked ready for public viewing."
117
-
},
118
-
"releaseDates": {
119
-
"type": "array",
120
-
"items": {
121
-
"ref": "games.gamesgamesgamesgames.defs#releaseDate",
122
-
"type": "ref"
123
-
}
124
64
},
125
65
"applicationType": {
126
66
"ref": "games.gamesgamesgamesgames.defs#applicationType",
127
67
"type": "ref"
128
68
},
129
69
"playerPerspectives": {
130
70
"type": "array",
131
71
"items": {
132
72
"ref": "games.gamesgamesgamesgames.defs#playerPerspective",
133
73
"type": "ref"
134
74
}
135
75
}
136
76
}
137
77
},
138
78
"description": "A video game."
139
79
}
140
80
},
141
81
"$type": "com.atproto.lexicon.schema",
142
82
"lexicon": 1
143
83
}