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

app.bsky.feed.like

bsky-lexicons.bsky.social

Documentation

main record

Record declaring a 'like' of a piece of subject content.

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": {
      "via": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record declaring a 'like' of a piece of subject content."
}

Lexicon Garden

@