ai.newnal.trustsquare.reaction

bezalel-newnal.bsky.social

{
  "id": "ai.newnal.trustsquare.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "kind",
          "createdAt"
        ],
        "properties": {
          "kind": {
            "type": "string",
            "knownValues": [
              "like",
              "dislike"
            ]
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A like or dislike on a comment or chat message. One active reaction per author per subject; the AppView keeps the newest."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ai.newnal.trustsquare.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:75qhtany5zmo7d3i2ni5d7nf
CID
bafyreiciggibzw7zm7t3l6z7itw6eeoj4va2nib57rudfb6awvp4sripmy
Indexed At
2026-09-13 05:13 UTC
AT-URI
at://did:plc:75qhtany5zmo7d3i2ni5d7nf/com.atproto.lexicon.schema/ai.newnal.trustsquare.reaction

Lexicon Garden

@