app.bivri.graph.createFollow

lexicons.bivri.app

{
  "id": "app.bivri.graph.createFollow",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "subjectDid"
          ],
          "properties": {
            "subjectDid": {
              "type": "string",
              "format": "did",
              "description": "DID of the account to follow."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "CID of the follow record that was written."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the follow record that was written."
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Follow another account from the authenticated member's repository."
}

Validate Record

Validate a record against app.bivri.graph.createFollow

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreif2xtwsa6zzn3led4seqf45e3jvdu2ja2nsogq4jv3sjfwfzqv77a
Indexed At
2026-08-18 04:29 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.graph.createFollow

Lexicon Garden

@