space.priiv.like

samuel-in-space.spaces-alpha.bsky.network View official

Documentation

A like stored in the same space as its subject. The rkey is the hex SHA-256 of the subject URI.

main record

A like stored in the same space as its subject. The rkey is the hex SHA-256 of the subject URI.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "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 stored in the same space as its subject. The rkey is the hex SHA-256 of the subject URI."
}

Lexicon Garden

@