A review of a claim for ownership of game or organization records.
Record Key
tid
Timestamp-based ID
Properties
approvedGames
array
of
string
at-uri
Optional
No description available.
claim
ref
com.atproto.repo.strongRef
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
reason
string
Optional
No description available.
maxGraphemes: 3000 graphemesreviewedBy
string
did
Required
A decentralized identifier (DID).
status
string
Required
No description available.
Known values:
approved, deniedView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"claim",
"status",
"reviewedBy",
"createdAt"
],
"properties": {
"claim": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"reason": {
"type": "string",
"maxGraphemes": 3000
},
"status": {
"type": "string",
"knownValues": [
"approved",
"denied"
]
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"reviewedBy": {
"type": "string",
"format": "did"
},
"approvedGames": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
}
}
},
"description": "A review of a claim for ownership of game or organization records."
}