org.passingreads.book.group

passingreads.org

{
  "id": "org.passingreads.book.group",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "books",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 256,
            "minLength": 1,
            "description": "Display name of the group.",
            "maxGraphemes": 64
          },
          "books": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef#main",
              "type": "ref"
            },
            "description": "The books that belong to this group (each an org.passingreads.book.registration)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A named collection of books in a user's library (e.g. 'For the school', 'Take to Spain')."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.passingreads.book.group

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:oeipalbxet5jghoqe6b6ctu6
CID
bafyreifeqays2y3fk64nftpnxjqv5qv46ntmp56vvb7mnenptqfiozn5lm
Indexed At
2026-05-14 06:47 UTC
AT-URI
at://did:plc:oeipalbxet5jghoqe6b6ctu6/com.atproto.lexicon.schema/org.passingreads.book.group

Lexicon Garden

@