A video game.
Record Key
tid
Timestamp-based ID
Properties
applicationType
ref
games.gamesgamesgamesgames.defs#applicationType
Optional
No description available.
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
genres
array
of
ref
games.gamesgamesgamesgames.defs#genre
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.
name
string
Optional
No description available.
parent
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
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.
summary
string
Optional
No description available.
themes
array
of
ref
games.gamesgamesgamesgames.defs#theme
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"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"
}
},
"summary": {
"type": "string"
},
"releases": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#release",
"type": "ref"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"publishedAt": {
"type": "string",
"format": "datetime",
"description": "When this record was marked ready for public viewing."
},
"applicationType": {
"ref": "games.gamesgamesgamesgames.defs#applicationType",
"type": "ref"
},
"playerPerspectives": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#playerPerspective",
"type": "ref"
}
}
}
},
"description": "A video game."
}