A claim for ownership of game or organization records.
Record Key
tid
Timestamp-based ID
Properties
contact
string
Optional
Contact information for the claimant (filtered from responses unless caller is admin)
maxGraphemes: 500 graphemescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
games
array
of
string
at-uri
Optional
No description available.
message
string
Optional
No description available.
maxGraphemes: 3000 graphemesorg
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
type
string
Required
No description available.
Known values:
game, orgView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"type",
"createdAt"
],
"properties": {
"org": {
"type": "string",
"format": "at-uri"
},
"type": {
"type": "string",
"knownValues": [
"game",
"org"
]
},
"games": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
},
"contact": {
"type": "string",
"description": "Contact information for the claimant (filtered from responses unless caller is admin)",
"maxGraphemes": 500
},
"message": {
"type": "string",
"maxGraphemes": 3000
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A claim for ownership of game or organization records."
}