blue.moji.packs.pack

moji.blue

Documentation

A shareable Bluemoji pack

main record

A shareable Bluemoji pack

Record Key tid Timestamp-based ID

Properties

adultOnly boolean Optional

No description available.

Default: false
createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Optional

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
icon blob Optional

No description available.

maxSize: 1.0 MB
name string Required

No description available.

maxLength: 64 bytesminLength: 1 bytes
View 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"
}

Lexicon Garden

@