games.gamesgamesgamesgames.game
Schema Diff
+20 -7
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
+
"media": {
14
+
"type": "array",
15
+
"items": {
16
+
"ref": "games.gamesgamesgamesgames.defs#mediaItem",
17
+
"type": "ref"
18
+
},
19
+
"description": "Images associated with the game."
20
+
},
13
21
"modes": {
14
22
"type": "array",
15
23
"items": {
16
24
"ref": "games.gamesgamesgamesgames.defs#mode",
17
25
"type": "ref"
18
26
}
19
27
},
20
28
"genres": {
21
29
"type": "array",
22
30
"items": {
23
31
"ref": "games.gamesgamesgamesgames.defs#genre",
24
32
"type": "ref"
25
33
}
26
34
},
27
35
"parent": {
28
36
"type": "string",
29
37
"format": "at-uri"
30
38
},
31
39
"themes": {
32
40
"type": "array",
33
41
"items": {
34
42
"ref": "games.gamesgamesgamesgames.defs#theme",
35
43
"type": "ref"
36
44
}
37
45
},
38
46
"summary": {
39
47
"type": "string"
40
-
},
41
-
"createdAt": {
42
-
"type": "string",
43
-
"format": "datetime"
44
48
},
45
-
"releaseDates": {
49
+
"releases": {
46
50
"type": "array",
47
51
"items": {
48
-
"ref": "games.gamesgamesgamesgames.defs#releaseDate",
52
+
"ref": "games.gamesgamesgamesgames.defs#release",
49
53
"type": "ref"
50
54
}
51
55
},
56
+
"createdAt": {
57
+
"type": "string",
58
+
"format": "datetime"
59
+
},
60
+
"publishedAt": {
61
+
"type": "string",
62
+
"format": "datetime",
63
+
"description": "When this record was marked ready for public viewing."
64
+
},
52
65
"applicationType": {
53
66
"ref": "games.gamesgamesgamesgames.defs#applicationType",
54
67
"type": "ref"
55
68
},
56
69
"playerPerspectives": {
57
70
"type": "array",
58
71
"items": {
59
72
"ref": "games.gamesgamesgamesgames.defs#playerPerspective",
60
73
"type": "ref"
61
74
}
62
75
}
63
76
}
64
77
},
65
78
"description": "A video game."
66
79
}
67
80
},
68
81
"$type": "com.atproto.lexicon.schema",
69
82
"lexicon": 1
70
83
}