com.suibari.atsumeat.sticker

suibari.com

{
  "id": "com.suibari.atsumeat.sticker",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "image",
          "originalOwner",
          "model",
          "obtainedAt",
          "signature",
          "signedPayload"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "maxGraphemes": 64
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 640,
              "maxGraphemes": 64
            },
            "maxLength": 8
          },
          "image": {
            "type": "unknown",
            "description": "The image content, either a string URL (for CDN/Blob) or a BlobRef."
          },
          "model": {
            "type": "string",
            "maxLength": 64,
            "description": "Identifier for the sticker model. 'default' for avatar stickers, 'cid:<cid>' for custom stickers."
          },
          "shape": {
            "type": "string",
            "maxLength": 64,
            "description": "The shape of the sticker canvas.",
            "knownValues": [
              "circle",
              "square",
              "rectangle",
              "star",
              "heart",
              "diamond",
              "butterfly",
              "transparent"
            ]
          },
          "message": {
            "type": "string",
            "maxLength": 6400,
            "maxGraphemes": 640
          },
          "imageType": {
            "type": "string",
            "maxLength": 64,
            "description": "Type of the image source.",
            "knownValues": [
              "avatar",
              "custom"
            ]
          },
          "signature": {
            "type": "string",
            "maxLength": 2048,
            "description": "Cryptographic signature from the server verifying the sticker's authenticity/provenance."
          },
          "obtainedAt": {
            "type": "string",
            "format": "datetime",
            "description": "The timestamp when this sticker was obtained."
          },
          "subjectDid": {
            "type": "string",
            "format": "did",
            "description": "The DID of the user depicted in the sticker, if applicable (e.g. for avatar stickers)."
          },
          "obtainedFrom": {
            "type": "string",
            "format": "did",
            "description": "The DID of the user from whom this sticker was obtained (for provenance)."
          },
          "originalOwner": {
            "type": "string",
            "format": "did",
            "description": "The DID of the original creator/minter of this sticker."
          },
          "signedPayload": {
            "type": "string",
            "maxLength": 10000,
            "description": "The original JSON payload that was signed by the server."
          }
        }
      },
      "description": "Definition of a sticker"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.atsumeat.sticker

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreifaxyyg3cbo43lum2o5xgw5uqvwij2psyzmiqggnv7qhxlu4dav4y
Indexed At
2026-01-18 23:15 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.atsumeat.sticker

Version History (2 versions)

Lexicon Garden

@