bond.biblio.list

lexicon.store View official

{
  "id": "bond.biblio.list",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "librarians",
          "books",
          "duedate",
          "createdAt"
        ],
        "properties": {
          "books": {
            "type": "array",
            "items": {
              "refs": [
                "bond.biblio.defs#bookRequirement"
              ],
              "type": "union"
            },
            "description": "Required books for this reading challenge"
          },
          "title": {
            "type": "string",
            "maxLength": 200,
            "description": "Display name for the reading list",
            "maxGraphemes": 100
          },
          "duedate": {
            "type": "string",
            "format": "datetime",
            "description": "Deadline for completing the reading challenge"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this list was created"
          },
          "librarians": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "description": "DIDs of users who can issue stamps for this list"
          },
          "description": {
            "type": "string",
            "maxLength": 2000,
            "description": "Description of the reading challenge",
            "maxGraphemes": 1000
          }
        }
      },
      "description": "A reading list curated by a librarian"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A curated reading challenge. Librarians define book requirements with a deadline; readers apply books; librarians issue stamps for verified completion."
}

Validate Record

Validate a record against bond.biblio.list

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreig45gdslzndmp23swd64o44inyztk5sptxqrvfuamlmv2csy7gtrq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/bond.biblio.list

Referenced Schemas (1)

Lexicon Garden

@