social.showcase.feed.reaction

lexicons.showcase.social

{
  "id": "social.showcase.feed.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "type",
          "createdAt"
        ],
        "properties": {
          "type": {
            "type": "string",
            "maxLength": 100,
            "description": "Emoji reaction shortcode (e.g., :heart:, :fire:, :star:)"
          },
          "subject": {
            "ref": "social.showcase.defs#reactionSubject",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "Reaction record - emoji reactions to items/collections"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.showcase.feed.reaction

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

Metadata

DID
did:plc:yckosuxxph7mjwtbiztraiex
CID
bafyreic3hzrazw33vq3nfmq64nsiosnfvn7hortftqxa4wbgsqcsd57utm
Indexed At
2026-01-18 11:03 UTC
AT-URI
at://did:plc:yckosuxxph7mjwtbiztraiex/com.atproto.lexicon.schema/social.showcase.feed.reaction

Referenced Schemas (1)

Lexicon Garden

@