A permanent record crediting a contributor for an accepted contribution. Never deleted.
Record Key
tid
Timestamp-based ID
Properties
acceptedBy
string
Required
No description available.
Known values:
mod, owner, bothcontribution
ref
com.atproto.repo.strongRef
Required
No description available.
contributionType
string
Required
No description available.
Known values:
correction, addition, newGamecontributor
string
did
Required
A decentralized identifier (DID).
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
subject
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"contribution",
"contributor",
"contributionType",
"acceptedBy",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"acceptedBy": {
"type": "string",
"knownValues": [
"mod",
"owner",
"both"
]
},
"contributor": {
"type": "string",
"format": "did"
},
"contribution": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"contributionType": {
"type": "string",
"knownValues": [
"correction",
"addition",
"newGame"
]
}
}
},
"description": "A permanent record crediting a contributor for an accepted contribution. Never deleted."
}