games.gamesgamesgamesgames.defs

gamesgamesgamesgames.games

Schema Diff

+15 -2

From

CID
bafyreihdjt23c64...
Indexed At
2026-02-04 17:36 UTC
View this version

To

CID
bafyreic467ik6yc...
Indexed At
2026-02-04 18:17 UTC
View this version
1 1
{
2 2
  "id": "games.gamesgamesgamesgames.defs",
3 3
  "defs": {
4 4
    "mode": {
5 5
      "type": "string",
6 6
      "knownValues": [
7 7
        "games.gamesgamesgamesgames.mode#battleRoyale",
8 8
        "games.gamesgamesgamesgames.mode#cooperative",
9 9
        "games.gamesgamesgamesgames.mode#mmo",
10 10
        "games.gamesgamesgamesgames.mode#multiplayer",
11 11
        "games.gamesgamesgamesgames.mode#singlePlayer",
12 12
        "games.gamesgamesgamesgames.mode#splitScreen"
13 13
      ]
14 14
    },
15 15
    "genre": {
16 16
      "type": "string",
17 17
      "knownValues": [
18 18
        "games.gamesgamesgamesgames.genre#fighting",
19 19
        "games.gamesgamesgamesgames.genre#music",
20 20
        "games.gamesgamesgamesgames.genre#platform",
21 21
        "games.gamesgamesgamesgames.genre#pointAndClick",
22 22
        "games.gamesgamesgamesgames.genre#puzzle",
23 23
        "games.gamesgamesgamesgames.genre#racing",
24 24
        "games.gamesgamesgamesgames.genre#rpg",
25 25
        "games.gamesgamesgamesgames.genre#rts",
26 26
        "games.gamesgamesgamesgames.genre#shooter",
27 27
        "games.gamesgamesgamesgames.genre#simulator"
28 28
      ]
29 29
    },
30 30
    "theme": {
31 31
      "type": "string",
32 32
      "knownValues": [
33 33
        "games.gamesgamesgamesgames.theme#4x",
34 34
        "games.gamesgamesgamesgames.theme#action",
35 35
        "games.gamesgamesgamesgames.theme#business",
36 36
        "games.gamesgamesgamesgames.theme#comedy",
37 37
        "games.gamesgamesgamesgames.theme#drama",
38 38
        "games.gamesgamesgamesgames.theme#educational",
39 39
        "games.gamesgamesgamesgames.theme#erotic",
40 40
        "games.gamesgamesgamesgames.theme#fantasy",
41 41
        "games.gamesgamesgamesgames.theme#historical",
42 42
        "games.gamesgamesgamesgames.theme#horror",
43 43
        "games.gamesgamesgamesgames.theme#kids",
44 44
        "games.gamesgamesgamesgames.theme#mystery",
45 45
        "games.gamesgamesgamesgames.theme#nonfiction",
46 46
        "games.gamesgamesgamesgames.theme#openWorld",
47 47
        "games.gamesgamesgamesgames.theme#party",
48 48
        "games.gamesgamesgamesgames.theme#romance",
49 49
        "games.gamesgamesgamesgames.theme#sandbox",
50 50
        "games.gamesgamesgamesgames.theme#scifi",
51 51
        "games.gamesgamesgamesgames.theme#stealth",
52 52
        "games.gamesgamesgamesgames.theme#survival",
53 53
        "games.gamesgamesgamesgames.theme#thriller",
54 54
        "games.gamesgamesgamesgames.theme#warfare"
55 55
      ]
56 56
    },
57 57
    "release": {
58 58
      "type": "object",
59 59
      "properties": {
60 60
        "platform": {
61 61
          "type": "string"
62 62
        },
63 63
        "releaseDates": {
64 64
          "type": "array",
65 65
          "items": {
66 66
            "ref": "games.gamesgamesgamesgames.defs#releaseDate",
67 67
            "type": "ref"
68 68
          }
69 69
        }
70 70
      }
71 71
    },
72 72
    "mediaItem": {
73 73
      "type": "object",
74 74
      "properties": {
75 75
        "blob": {
76 76
          "type": "blob",
77 77
          "accept": [
78 78
            "image/*",
79 79
            "video/*"
80 80
          ],
81 81
          "maxSize": 500000
82 82
        },
83 83
        "title": {
84 84
          "type": "string"
85 85
        },
86 86
        "width": {
87 87
          "type": "integer"
88 88
        },
89 89
        "height": {
90 90
          "type": "integer"
91 91
        },
92 92
        "locale": {
93 93
          "type": "string"
94 94
        },
95 95
        "mediaType": {
96 96
          "enum": [
97 97
            "accoladesTrailer",
98 98
            "announcementTrailer",
99 99
            "artwork",
100 100
            "cinematicTrailer",
101 101
            "conceptArt",
102 102
            "cover",
103 103
            "coverAlt",
104 104
            "coverHistorical",
105 105
            "coverSquare",
106 106
            "cutscene",
107 107
            "devDiary",
108 108
            "gameplayImage",
109 109
            "gameplayTrailer",
110 110
            "icon",
111 111
            "infographic",
112 112
            "intro",
113 113
            "keyArt",
114 114
            "keyArtLogo",
115 115
            "launchTrailer",
116 116
            "logoBlack",
117 117
            "logoColor",
118 118
            "logoWhite",
119 119
            "releaseDateTrailer",
120 120
            "screenshot",
121 121
            "teaser",
122 122
            "trailer"
123 123
          ],
124 124
          "type": "string"
125 125
        },
126 126
        "description": {
127 127
          "type": "string"
128 128
        }
129 129
      }
130 130
    },
131 131
    "releaseDate": {
132 132
      "type": "object",
133 133
      "properties": {
134 134
        "region": {
135 -
          "type": "string"
135 +
          "type": "string",
136 +
          "knownValues": [
137 +
            "worldwide",
138 +
            "europe",
139 +
            "northAmerica",
140 +
            "australia",
141 +
            "newZealand",
142 +
            "japan",
143 +
            "china",
144 +
            "asia",
145 +
            "korea",
146 +
            "brazil"
147 +
          ]
136 148
        },
137 149
        "status": {
138 150
          "type": "string",
139 151
          "knownValues": [
140 152
            "advancedAccess",
141 153
            "alpha",
142 154
            "beta",
143 155
            "cancelled",
144 156
            "digitalCompatibilityRelease",
145 157
            "earlyAccess",
146 158
            "nextGenOptimizationRelease",
147 -
            "offline"
159 +
            "offline",
160 +
            "release"
148 161
          ]
149 162
        },
150 163
        "releasedAt": {
151 164
          "type": "string"
152 165
        },
153 166
        "releasedAtFormat": {
154 167
          "enum": [
155 168
            "YYYY-MM-DD",
156 169
            "YYYY-MM",
157 170
            "YYYY-Q1",
158 171
            "YYYY-Q2",
159 172
            "YYYY-Q3",
160 173
            "YYYY-Q4",
161 174
            "YYYY",
162 175
            "TBD"
163 176
          ],
164 177
          "type": "string"
165 178
        }
166 179
      }
167 180
    },
168 181
    "gameDetailView": {
169 182
      "type": "object",
170 183
      "properties": {
171 184
        "uri": {
172 185
          "type": "string",
173 186
          "format": "at-uri"
174 187
        },
175 188
        "mode": {
176 189
          "type": "array",
177 190
          "items": {
178 191
            "ref": "games.gamesgamesgamesgames.defs#mode",
179 192
            "type": "ref"
180 193
          }
181 194
        },
182 195
        "name": {
183 196
          "type": "string"
184 197
        },
185 198
        "summary": {
186 199
          "type": "string"
187 200
        },
188 201
        "applicationType": {
189 202
          "ref": "games.gamesgamesgamesgames.defs#applicationType",
190 203
          "type": "ref"
191 204
        }
192 205
      }
193 206
    },
194 207
    "applicationType": {
195 208
      "enum": [
196 209
        "games.gamesgamesgamesgames.applicationType#addon",
197 210
        "games.gamesgamesgamesgames.applicationType#bundle",
198 211
        "games.gamesgamesgamesgames.applicationType#dlc",
199 212
        "games.gamesgamesgamesgames.applicationType#episode",
200 213
        "games.gamesgamesgamesgames.applicationType#expandedGame",
201 214
        "games.gamesgamesgamesgames.applicationType#expansion",
202 215
        "games.gamesgamesgamesgames.applicationType#fork",
203 216
        "games.gamesgamesgamesgames.applicationType#game",
204 217
        "games.gamesgamesgamesgames.applicationType#mod",
205 218
        "games.gamesgamesgamesgames.applicationType#port",
206 219
        "games.gamesgamesgamesgames.applicationType#remake",
207 220
        "games.gamesgamesgamesgames.applicationType#remaster",
208 221
        "games.gamesgamesgamesgames.applicationType#season",
209 222
        "games.gamesgamesgamesgames.applicationType#standaloneExpansion",
210 223
        "games.gamesgamesgamesgames.applicationType#update"
211 224
      ],
212 225
      "type": "string"
213 226
    },
214 227
    "gameSummaryView": {
215 228
      "type": "object",
216 229
      "properties": {
217 230
        "uri": {
218 231
          "type": "string",
219 232
          "format": "at-uri"
220 233
        },
221 234
        "name": {
222 235
          "type": "string"
223 236
        },
224 237
        "summary": {
225 238
          "type": "string"
226 239
        }
227 240
      }
228 241
    },
229 242
    "playerPerspective": {
230 243
      "type": "string",
231 244
      "knownValues": [
232 245
        "games.gamesgamesgamesgames.playerPerspective#auditory",
233 246
        "games.gamesgamesgamesgames.playerPerspective#firstPerson",
234 247
        "games.gamesgamesgamesgames.playerPerspective#isometric",
235 248
        "games.gamesgamesgamesgames.playerPerspective#sideView",
236 249
        "games.gamesgamesgamesgames.playerPerspective#text",
237 250
        "games.gamesgamesgamesgames.playerPerspective#thirdPerson",
238 251
        "games.gamesgamesgamesgames.playerPerspective#topDown",
239 252
        "games.gamesgamesgamesgames.playerPerspective#vr"
240 253
      ]
241 254
    }
242 255
  },
243 256
  "$type": "com.atproto.lexicon.schema",
244 257
  "lexicon": 1
245 258
}

Compare Other Versions

Lexicon Garden

@