social.showcase.graph.follow

lexicons.showcase.social

Documentation

Follow record - who follows who (mirrors app.bsky.graph.follow)

main record

Follow record - who follows who (mirrors app.bsky.graph.follow)

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

DID of user being followed

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of user being followed"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Follow record - who follows who (mirrors app.bsky.graph.follow)"
}

Lexicon Garden

@