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

community.lexicon.interaction.like

lexicon.community

Documentation

main record

A 'like' interaction with another AT Protocol record.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A 'like' interaction with another AT Protocol record."
}

Lexicon Garden

@