art.graphik.library

graphik.art

{
  "id": "art.graphik.library",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "series",
          "createdAt"
        ],
        "properties": {
          "note": {
            "type": "string",
            "maxLength": 4000,
            "description": "The reader's own note about the series.",
            "maxGraphemes": 400
          },
          "shelf": {
            "type": "string",
            "maxLength": 16,
            "knownValues": [
              "reading",
              "planned",
              "completed",
              "paused",
              "dropped"
            ]
          },
          "series": {
            "type": "string",
            "format": "at-uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A series on the reader's shelf. Not the same as a follow: following is a public statement that feeds a creator's follower count, shelving is 'this is mine'. Readers commonly do one without the other."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against art.graphik.library

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@