A community contribution proposing changes to a game or submitting a new game.
Record Key
tid
Timestamp-based ID
Properties
changes
unknown
Required
A partial object matching the target record schema. Only changed fields are present.
contributionType
string
Required
No description available.
Known values:
correction, addition, newGamecreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
message
string
Optional
Explanation of what is being changed and why.
maxGraphemes: 3000 graphemessignatures
array
of
union
Optional
Inline attestation signatures from the AppView that created this contribution.
subject
string
at-uri
Optional
The entity being modified. Required for corrections and additions, absent for new game submissions.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"contributionType",
"changes",
"createdAt"
],
"properties": {
"changes": {
"type": "unknown",
"description": "A partial object matching the target record schema. Only changed fields are present."
},
"message": {
"type": "string",
"description": "Explanation of what is being changed and why.",
"maxGraphemes": 3000
},
"subject": {
"type": "string",
"format": "at-uri",
"description": "The entity being modified. Required for corrections and additions, absent for new game submissions."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"signatures": {
"type": "array",
"items": {
"refs": [
"games.gamesgamesgamesgames.defs#signature",
"com.atproto.repo.strongRef"
],
"type": "union"
},
"description": "Inline attestation signatures from the AppView that created this contribution."
},
"contributionType": {
"type": "string",
"knownValues": [
"correction",
"addition",
"newGame"
]
}
}
},
"description": "A community contribution proposing changes to a game or submitting a new game."
}