app.thedistance.like

thedistance.app

Documentation

Record declaring a 'like' of a record.

main record

Record declaring a 'like' of a record.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp of when the 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": "AT URI and CID of the record being liked."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of when the like was created."
      }
    }
  },
  "description": "Record declaring a 'like' of a record."
}

Lexicon Garden

@