com.lognship.log.reaction

lognship.com

{
  "id": "com.lognship.log.reaction",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "value",
          "createdAt"
        ],
        "properties": {
          "value": {
            "type": "string",
            "maxLength": 320,
            "description": "The kind of reaction.",
            "knownValues": [
              "like",
              "dislike",
              "looking",
              "celebrate",
              "support"
            ],
            "maxGraphemes": 32
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "The entry being reacted to."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this reaction was originally created."
          }
        }
      },
      "description": "A reaction to a log entry."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.lognship.log.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ln7l376244zkvhwu4wgr3rzz
CID
bafyreifbtinyib3sjkv4ckhtpjtbyvttahljnxqmg66sypyoek6z4o3ktq
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:ln7l376244zkvhwu4wgr3rzz/com.atproto.lexicon.schema/com.lognship.log.reaction

Lexicon Garden

@