org.swappulse.reaction

bridge.swappulse.org

{
  "id": "org.swappulse.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "reactionType",
          "createdAt"
        ],
        "properties": {
          "postId": {
            "type": "string"
          },
          "subject": {
            "type": "string",
            "format": "at-uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "reactorDid": {
            "type": "string",
            "format": "did"
          },
          "reactorName": {
            "type": "string"
          },
          "reactionType": {
            "type": "string",
            "knownValues": [
              "insane_pull",
              "jealous",
              "congrats",
              "trade_interest",
              "gratz_set",
              "better_luck",
              "wow"
            ]
          },
          "reactorAvatar": {
            "type": "string",
            "format": "uri"
          },
          "reactorHandle": {
            "type": "string"
          },
          "targetCardUri": {
            "type": "string"
          }
        }
      },
      "description": "A reaction to a post."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A collector's reaction to a post (insane_pull, jealous, congrats, trade_interest, etc.), mirrored to AT Protocol as a real org.swappulse.reaction record. References the post via strongRef so reactions are portable and verifiable across instances."
}

Validate Record

Validate a record against org.swappulse.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jwoatauidzr4lollmro2gh35
CID
bafyreicddypziqukyd7fa4rvb7r2lsp4zzxe7fml5eljqf7zs2ycrclipu
Indexed At
2026-08-16 00:57 UTC
AT-URI
at://did:plc:jwoatauidzr4lollmro2gh35/com.atproto.lexicon.schema/org.swappulse.reaction

Lexicon Garden

@