lol.atmobin.star

chris.pardy.family

Documentation

A star on a record, atmobin style. The rkey is a hash of the subject URI so each account can star a subject at most once.

main record

A star on a record, atmobin style. The rkey is a hash of the subject URI so each account can star a subject at most once.

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 star on a record, atmobin style. The rkey is a hash of the subject URI so each account can star a subject at most once."
}

Lexicon Garden

@