A video game.
any
Any valid record key
Properties
ageRatings
array
of
ref
games.gamesgamesgamesgames.defs#ageRating
Optional
No description available.
alternativeNames
array
of
ref
games.gamesgamesgamesgames.defs#alternativeName
Optional
No description available.
applicationType
ref
games.gamesgamesgamesgames.defs#applicationType
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
Detailed game description in plain text, with formatting expressed via descriptionFacets.
descriptionFacets
array
of
ref
games.gamesgamesgamesgames.richtext.facet
Optional
Rich text facets for the description field.
engines
array
of
string
at-uri
Optional
No description available.
externalIds
ref
games.gamesgamesgamesgames.defs#externalIds
Optional
No description available.
genres
array
of
ref
games.gamesgamesgamesgames.defs#genre
Optional
No description available.
keywords
array
of
string
Optional
No description available.
languageSupports
array
of
ref
games.gamesgamesgamesgames.defs#languageSupport
Optional
No description available.
media
array
of
ref
games.gamesgamesgamesgames.defs#mediaItem
Optional
Images associated with the game.
modes
array
of
ref
games.gamesgamesgamesgames.defs#mode
Optional
No description available.
multiplayerModes
array
of
ref
games.gamesgamesgamesgames.defs#multiplayerMode
Optional
No description available.
name
string
Required
No description available.
parent
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
platformFeatures
array
of
ref
games.gamesgamesgamesgames.defs#platformFeatures
Optional
Platform-specific feature support.
playerPerspectives
array
of
ref
games.gamesgamesgamesgames.defs#playerPerspective
Optional
No description available.
publishedAt
string
datetime
Optional
When this record was marked ready for public viewing.
releases
array
of
ref
games.gamesgamesgamesgames.defs#release
Optional
No description available.
storyline
string
Optional
No description available.
summary
string
Optional
No description available.
systemRequirements
array
of
ref
games.gamesgamesgamesgames.defs#systemRequirements
Optional
System requirements per platform.
themes
array
of
ref
games.gamesgamesgamesgames.defs#theme
Optional
No description available.
timeToBeat
ref
games.gamesgamesgamesgames.defs#timeToBeat
Optional
No description available.
videos
array
of
ref
games.gamesgamesgamesgames.defs#externalVideo
Optional
No description available.
websites
array
of
ref
games.gamesgamesgamesgames.defs#website
Optional
No description available.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt",
"applicationType"
],
"properties": {
"name": {
"type": "string"
},
"media": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#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"
}
},
"videos": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#externalVideo",
"type": "ref"
}
},
"engines": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"summary": {
"type": "string"
},
"keywords": {
"type": "array",
"items": {
"type": "string"
}
},
"releases": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#release",
"type": "ref"
}
},
"websites": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#website",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"storyline": {
"type": "string"
},
"ageRatings": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#ageRating",
"type": "ref"
}
},
"timeToBeat": {
"ref": "games.gamesgamesgamesgames.defs#timeToBeat",
"type": "ref"
},
"description": {
"type": "string",
"description": "Detailed game description in plain text, with formatting expressed via descriptionFacets."
},
"externalIds": {
"ref": "games.gamesgamesgamesgames.defs#externalIds",
"type": "ref"
},
"publishedAt": {
"type": "string",
"format": "datetime",
"description": "When this record was marked ready for public viewing."
},
"applicationType": {
"ref": "games.gamesgamesgamesgames.defs#applicationType",
"type": "ref"
},
"alternativeNames": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#alternativeName",
"type": "ref"
}
},
"languageSupports": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#languageSupport",
"type": "ref"
}
},
"multiplayerModes": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#multiplayerMode",
"type": "ref"
}
},
"platformFeatures": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#platformFeatures",
"type": "ref"
},
"description": "Platform-specific feature support."
},
"descriptionFacets": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.richtext.facet",
"type": "ref"
},
"description": "Rich text facets for the description field."
},
"playerPerspectives": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#playerPerspective",
"type": "ref"
}
},
"systemRequirements": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#systemRequirements",
"type": "ref"
},
"description": "System requirements per platform."
}
}
},
"description": "A video game."
}