No description available.
Record Key
tid
Timestamp-based ID
Properties
bluemoji
ref
#bluemojiRef
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
emoji
string
Required
A single Unicode emoji, or the colon-wrapped alias of the referenced Bluemoji (fallback text).
maxLength: 64 bytesmaxGraphemes: 34 graphemessubject
ref
com.atproto.repo.strongRef
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"emoji",
"createdAt"
],
"properties": {
"emoji": {
"type": "string",
"maxLength": 64,
"description": "A single Unicode emoji, or the colon-wrapped alias of the referenced Bluemoji (fallback text).",
"maxGraphemes": 34
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"bluemoji": {
"ref": "#bluemojiRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}