social.arabica.alpha.like

arabica.social

Documentation

A like on an Arabica record (brew, bean, roaster, grinder, or brewer)

main record

A like on an Arabica record (brew, bean, roaster, grinder, or brewer)

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp 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": "The AT-URI and CID of the record being liked"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp when the like was created"
      }
    }
  },
  "description": "A like on an Arabica record (brew, bean, roaster, grinder, or brewer)"
}

Lexicon Garden

@