A shareable Bluemoji pack
Record Key
tid
Timestamp-based ID
Properties
adultOnly
boolean
Optional
No description available.
Default:
falsecreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemesdescriptionFacets
array
of
ref
blue.moji.richtext.facet
Optional
No description available.
icon
blob
Optional
No description available.
maxSize: 1.0 MBlabels
union
Optional
Self-label values for this emoji. Effectively content warnings.
Known types:
name
string
Required
No description available.
maxLength: 64 bytesminLength: 1 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"icon": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg"
],
"maxSize": 1000000
},
"name": {
"type": "string",
"maxLength": 64,
"minLength": 1
},
"labels": {
"refs": [
"com.atproto.label.defs#selfLabels"
],
"type": "union",
"description": "Self-label values for this emoji. Effectively content warnings."
},
"adultOnly": {
"type": "boolean",
"default": false
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"descriptionFacets": {
"type": "array",
"items": {
"ref": "blue.moji.richtext.facet",
"type": "ref"
}
}
}
},
"description": "A shareable Bluemoji pack"
}