A single game in the actor's backlog. One record per game, keyed by IGDB id.
Record Key
any
Any valid record key
Properties
cover
ref
social.respawn.defs#cover
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
game
ref
social.respawn.defs#gameRef
Required
No description available.
releaseDate
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"game",
"createdAt"
],
"properties": {
"game": {
"ref": "social.respawn.defs#gameRef",
"type": "ref"
},
"cover": {
"ref": "social.respawn.defs#cover",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"releaseDate": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A single game in the actor's backlog. One record per game, keyed by IGDB id."
}