games.gamesgamesgamesgames.game
Schema Diff
+16 -8
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
48
},
49
+
"releases": {
50
+
"type": "array",
51
+
"items": {
52
+
"ref": "games.gamesgamesgamesgames.defs#release",
53
+
"type": "ref"
54
+
}
55
+
},
41
56
"createdAt": {
42
57
"type": "string",
43
58
"format": "datetime"
44
59
},
45
60
"publishedAt": {
46
61
"type": "string",
47
62
"format": "datetime",
48
63
"description": "When this record was marked ready for public viewing."
49
-
},
50
-
"releaseDates": {
51
-
"type": "array",
52
-
"items": {
53
-
"ref": "games.gamesgamesgamesgames.defs#releaseDate",
54
-
"type": "ref"
55
-
}
56
64
},
57
65
"applicationType": {
58
66
"ref": "games.gamesgamesgamesgames.defs#applicationType",
59
67
"type": "ref"
60
68
},
61
69
"playerPerspectives": {
62
70
"type": "array",
63
71
"items": {
64
72
"ref": "games.gamesgamesgamesgames.defs#playerPerspective",
65
73
"type": "ref"
66
74
}
67
75
}
68
76
}
69
77
},
70
78
"description": "A video game."
71
79
}
72
80
},
73
81
"$type": "com.atproto.lexicon.schema",
74
82
"lexicon": 1
75
83
}