cafe.dummy.lsky.follow

lsky-publisher.dummy.to

Documentation

A follow relationship. Duplicate follows are ignored by the appview.

main record

A follow relationship. Duplicate follows are ignored by the appview.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

The DID of the account being followed.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "The DID of the account being followed."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A follow relationship. Duplicate follows are ignored by the appview."
}

Lexicon Garden

@