dk.raakode.lab.makker.like

lexauthority.pds1.lab.raakode.dk

Documentation

A mark on a note. The record key is derived from the note it marks, so a second like from the same person replaces the first rather than adding to it, and removing one needs no lookup.

main record

A mark on a note. The record key is derived from the note it marks, so a second like from the same person replaces the first rather than adding to it, and removing one needs no lookup.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A mark on a note. The record key is derived from the note it marks, so a second like from the same person replaces the first rather than adding to it, and removing one needs no lookup."
}

Lexicon Garden

@