No description available.
Record Key
tid
Timestamp-based ID
Properties
reason
string
uri
Optional
A valid URI.
state
string
nsid
Optional
A namespaced identifier (e.g., app.bsky.feed.post).
Known values:
net.mfzx.status.embarrassed, net.mfzx.status.flustered, net.mfzx.status.melancholic, net.mfzx.status.overjoyed, net.mfzx.status.passive, net.mfzx.status.sleepysubject
ref
com.atproto.repo.strongRef
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"properties": {
"state": {
"type": "string",
"format": "nsid",
"knownValues": [
"net.mfzx.status.embarrassed",
"net.mfzx.status.flustered",
"net.mfzx.status.melancholic",
"net.mfzx.status.overjoyed",
"net.mfzx.status.passive",
"net.mfzx.status.sleepy"
]
},
"reason": {
"type": "string",
"format": "uri"
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
}
}