app.bivri.graph.follow

lexicons.bivri.app

{
  "id": "app.bivri.graph.follow",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subjectDid",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp of when the follow was created."
          },
          "subjectDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the account being followed."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Record declaring a social follow by the author."
}

Validate Record

Validate a record against app.bivri.graph.follow

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreifgijbn6m6isx3uqb6cjltnt4eduigawl2i2hpf5gumveja5qg5yy
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.graph.follow

Lexicon Garden

@