place.pollen.feed.reaction

keith.pollen.place

{
  "id": "place.pollen.feed.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "reactionType",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the post being reacted to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the reaction was created."
          },
          "reactionType": {
            "enum": [
              "bloom",
              "seed",
              "sparkle",
              "flame",
              "laugh",
              "skull",
              "cry",
              "heart",
              "wow",
              "think"
            ],
            "type": "string",
            "maxLength": 20,
            "description": "The type of reaction."
          }
        }
      },
      "description": "A reaction to a post."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.pollen.feed.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:nwgfqqv7a56aicy3d3um37ch
CID
bafyreiefglqrl3z2z3p3gtl4ecjuy2g43waikck23o7a54i6regjp2poje
Indexed At
2026-07-26 20:12 UTC
AT-URI
at://did:plc:nwgfqqv7a56aicy3d3um37ch/com.atproto.lexicon.schema/place.pollen.feed.reaction

Lexicon Garden

@