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