app.rocksky.graph.follow

rocksky.app

Documentation

Record declaring a social 'follow' relationship of another account.

main record

Record declaring a social 'follow' relationship of another account.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

A decentralized identifier (DID).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "subject"
    ],
    "properties": {
      "via": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      },
      "subject": {
        "type": "string",
        "format": "did"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record declaring a social 'follow' relationship of another account."
}

Lexicon Garden

@