art.graphik.graph.follow

graphik.art

{
  "id": "art.graphik.graph.follow",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "notify": {
            "type": "boolean",
            "description": "Also deliver a notification when the series posts. Kept on the record rather than in app-local state so notification choices travel with the reader to any other Graphik client."
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the followed art.graphik.series."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A reader following a series. Public: a series' follower count is only meaningful because these are readable by anyone."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against art.graphik.graph.follow

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:3vr6kzmrdua5wlmb755uvjfu
CID
bafyreibazv54bicab76hlheffcl3jcynzsvt6ocraqzcxjvfhklmcbe6pi
Indexed At
2026-08-25 04:51 UTC
AT-URI
at://did:plc:3vr6kzmrdua5wlmb755uvjfu/com.atproto.lexicon.schema/art.graphik.graph.follow

Lexicon Garden

@