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