pics.2bit.feed.like

2bit.pics

Documentation

A like on any 2bit.pics post record.

main record

A like on any 2bit.pics post record.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject ref com.atproto.repo.strongRef Required

Strong ref to a pics.2bit.feed.photo or pics.2bit.feed.comment record. A strongRef is an opaque uri+cid pair and carries no type information, so the allowed set of target collections is enforced in the AppView, not by this schema.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Strong ref to a pics.2bit.feed.photo or pics.2bit.feed.comment record. A strongRef is an opaque uri+cid pair and carries no type information, so the allowed set of target collections is enforced in the AppView, not by this schema."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A like on any 2bit.pics post record."
}

Lexicon Garden

@