io.kich.graph.follow

lexicon.store View official

{
  "id": "io.kich.graph.follow",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "did",
            "description": "The DID of the user being followed"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this follow was created"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A social follow. Record declaring that the repository owner follows another user."
}

Validate Record

Validate a record against io.kich.graph.follow

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreicbtunncf5n5upuxnxbtnrj5jfm5zfdf6bhxwlrbmikmns454zm4y
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/io.kich.graph.follow

Lexicon Garden

@