site.mochott.like

tokimeki.blue

{
  "id": "site.mochott.like",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT URI of the article record being liked."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the like was created."
          }
        }
      },
      "description": "Record indicating that the account author liked a specific article. Deleting this record removes the like."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1,
  "description": "A like record. Represents a user's endorsement of an article."
}

Validate Record

Validate a record against site.mochott.like

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4tr5dqti7nmu6g2czpthntak
CID
bafyreibmgdtinkckp3nhkbdc4y6ioqnf3t27xz6yt652ddlq2nl2ndmoka
Indexed At
2026-03-25 13:32 UTC
AT-URI
at://did:plc:4tr5dqti7nmu6g2czpthntak/com.atproto.lexicon.schema/site.mochott.like

Lexicon Garden

@