Backfill in-progress. Some lexicons and records may be missing or incomplete.

net.anisota.feed.like

anisota.net

Documentation

main record

Record declaring a 'like' of a piece of content published in the Anisota feed. The target of the like is the 'subject' of the record.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this like was created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The subject of the like."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this like was created."
      }
    }
  },
  "description": "Record declaring a 'like' of a piece of content published in the Anisota feed. The target of the like is the 'subject' of the record."
}

Lexicon Garden

@