{
"id": "games.gamesgamesgamesgames.game",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"media": {
"type": "array",
"items": {
"ref": "#mediaItem",
"type": "ref"
},
"description": "Images associated with the game."
},
"modes": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#mode",
"type": "ref"
}
},
"genres": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#genre",
"type": "ref"
}
},
"parent": {
"type": "string",
"format": "at-uri"
},
"themes": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#theme",
"type": "ref"
}
},
"summary": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"publishedAt": {
"type": "string",
"format": "datetime",
"description": "When this record was marked ready for public viewing."
},
"releaseDates": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#releaseDate",
"type": "ref"
}
},
"applicationType": {
"ref": "games.gamesgamesgamesgames.defs#applicationType",
"type": "ref"
},
"playerPerspectives": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#playerPerspective",
"type": "ref"
}
}
}
},
"description": "A video game."
},
"mediaItem": {
"type": "object",
"properties": {
"blob": {
"type": "blob",
"accept": [
"image/*",
"video/*"
],
"maxSize": 500000
},
"title": {
"type": "string"
},
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"locale": {
"type": "string"
},
"mediaType": {
"enum": [
"accoladesTrailer",
"announcementTrailer",
"artwork",
"cinematicTrailer",
"conceptArt",
"cover",
"coverAlt",
"coverHistorical",
"coverSquare",
"cutscene",
"devDiary",
"gameplayImage",
"gameplayTrailer",
"icon",
"infographic",
"intro",
"keyArt",
"keyArtLogo",
"launchTrailer",
"logoBlack",
"logoColor",
"logoWhite",
"releaseDateTrailer",
"screenshot",
"teaser",
"trailer"
],
"type": "string"
},
"description": {
"type": "string"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}