com.suibari.nagi.reaction

suibari.com

{
  "id": "com.suibari.nagi.reaction",
  "defs": {
    "main": {
      "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"
          }
        }
      }
    },
    "bluemojiRef": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "name"
      ],
      "properties": {
        "alt": {
          "type": "string",
          "maxLength": 1000,
          "maxGraphemes": 100
        },
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "name": {
          "type": "string",
          "maxLength": 64,
          "description": "Colon-wrapped alias of the Bluemoji, e.g. :blobcat:. Must equal the record's emoji field."
        }
      },
      "description": "Reference to a blue.moji.collection.item record. Formats are intentionally not carried here: the AppView resolves them from its own index of the source item, which is the trust anchor."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.suibari.nagi.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uixgxpiqf4i63p6rgpu7ytmx
CID
bafyreiamwomsgsihqwtrzi44h5xlj5izyj6dwkaeecc7lencvubg2pbq2a
Indexed At
2026-07-22 04:13 UTC
AT-URI
at://did:plc:uixgxpiqf4i63p6rgpu7ytmx/com.atproto.lexicon.schema/com.suibari.nagi.reaction

Lexicon Garden

@