A relationship between a game and a profile.
Record Key
tid
Timestamp-based ID
Properties
actor
ref
com.atproto.repo.strongRef
Optional
No description available.
credits
array
of
ref
games.gamesgamesgamesgames.defs#creditEntry
Required
The roles this profile played in the creation of the game.
displayName
string
Optional
The name to be used if there is no profile associated with this credit, or the profile is inaccessible.
maxLength: 640 bytesgame
ref
com.atproto.repo.strongRef
Required
The game to which this profile is being credited.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"game",
"credits"
],
"properties": {
"game": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The game to which this profile is being credited."
},
"actor": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"credits": {
"type": "array",
"items": {
"ref": "games.gamesgamesgamesgames.defs#creditEntry",
"type": "ref"
},
"description": "The roles this profile played in the creation of the game."
},
"displayName": {
"type": "string",
"maxLength": 640,
"description": "The name to be used if there is no profile associated with this credit, or the profile is inaccessible."
}
}
},
"description": "A relationship between a game and a profile."
}