A Pull of the Week nomination.
Record Key
tid
Timestamp-based ID
Properties
cardImage
string
uri
Optional
A valid URI.
cardName
string
Required
No description available.
cardRarity
string
Optional
No description available.
cardUri
string
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
nominatorAvatar
string
uri
Optional
A valid URI.
nominatorDid
string
did
Optional
A decentralized identifier (DID).
nominatorHandle
string
Optional
No description available.
nominatorName
string
Optional
No description available.
postUri
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
setName
string
Optional
No description available.
voteCount
integer
Optional
No description available.
weekKey
string
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"weekKey",
"cardUri",
"cardName",
"createdAt"
],
"properties": {
"cardUri": {
"type": "string"
},
"postUri": {
"type": "string",
"format": "at-uri"
},
"setName": {
"type": "string"
},
"weekKey": {
"type": "string"
},
"cardName": {
"type": "string"
},
"cardImage": {
"type": "string",
"format": "uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"voteCount": {
"type": "integer"
},
"cardRarity": {
"type": "string"
},
"nominatorDid": {
"type": "string",
"format": "did"
},
"nominatorName": {
"type": "string"
},
"nominatorAvatar": {
"type": "string",
"format": "uri"
},
"nominatorHandle": {
"type": "string"
}
}
},
"description": "A Pull of the Week nomination."
}