art.graphik.read

graphik.art

{
  "id": "art.graphik.read",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "issue",
          "createdAt"
        ],
        "properties": {
          "issue": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the finished art.graphik.issue."
          },
          "readAt": {
            "type": "string",
            "format": "datetime",
            "description": "When the reader finished it."
          },
          "series": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of its series, denormalized so 'have I caught up' needs no lookup."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "An issue the reader has finished. A durable, meaningful event — not a page cursor. Page-level progress is deliberately NOT a repo record: it changes every few seconds and would mean hundreds of writes per issue against a host we don't run."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against art.graphik.read

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@