tech.tokimeki.kaku.reaction

tokimeki.blue

{
  "id": "tech.tokimeki.kaku.reaction",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "type",
          "createdAt"
        ],
        "properties": {
          "type": {
            "type": "string",
            "description": "Type of reaction",
            "knownValues": [
              "suki",
              "tasukaru",
              "sugoi",
              "kawaii",
              "kami"
            ]
          },
          "subject": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the post being reacted to"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A reaction to a post"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tech.tokimeki.kaku.reaction

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreidhcuq5v6w23meqm2pi6mlsbskycmuohk62g2yz2fkaudt7gx5gu4
Indexed At
2026-01-13 19:55 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/tech.tokimeki.kaku.reaction

Lexicon Garden

@