blue.moji.feed.defs

moji.blue

{
  "id": "blue.moji.feed.defs",
  "defs": {
    "reactionView": {
      "type": "object",
      "required": [
        "uri",
        "actor",
        "emoji",
        "createdAt"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "actor": {
          "ref": "app.bsky.actor.defs#profileViewBasic",
          "type": "ref"
        },
        "emoji": {
          "ref": "blue.moji.feed.reaction#emojiRef",
          "type": "ref"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        }
      },
      "description": "A single reaction by a single actor."
    },
    "reactionGroup": {
      "type": "object",
      "required": [
        "emoji",
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer",
          "minimum": 0
        },
        "emoji": {
          "ref": "blue.moji.feed.reaction#emojiRef",
          "type": "ref"
        },
        "viewer": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the requesting account's reaction record in this group, if any. Enables un-reacting."
        }
      },
      "description": "Aggregated reactions to a subject, grouped by emoji item URI."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.moji.feed.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:kmzpsik7s5y5fwu7nnkngfx4
CID
bafyreiahv3ymdypa5aemt5dzkbmmac7etoapvi3mctezh24wgkmig267i4
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:kmzpsik7s5y5fwu7nnkngfx4/com.atproto.lexicon.schema/blue.moji.feed.defs

Referenced Schemas (2)

Lexicon Garden

@