org.shelfcheck.book.dismissed

nowell.strite.org

{
  "id": "org.shelfcheck.book.dismissed",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "ids",
          "createdAt"
        ],
        "properties": {
          "ids": {
            "ref": "org.shelfcheck.defs#bookIds",
            "type": "ref"
          },
          "title": {
            "type": "string",
            "maxLength": 1024
          },
          "reason": {
            "type": "string",
            "maxLength": 1024
          },
          "authors": {
            "type": "array",
            "items": {
              "ref": "org.shelfcheck.defs#authorRef",
              "type": "ref"
            },
            "maxLength": 32
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A book the user has explicitly dismissed from suggestions (e.g. 'do not show me this work again on the authors page'). Distinct from a shelf entry: it carries no reading state, only the intent to suppress."
}

Validate Record

Validate a record against org.shelfcheck.book.dismissed

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

Metadata

DID
did:plc:wjr7uktrlvrqbgkbdp3svmjw
CID
bafyreicbgedwxk2efns2pemk2wyldyibds7ucfstmtcoaf4ye2pfwzxapm
Indexed At
2026-04-26 23:05 UTC
AT-URI
at://did:plc:wjr7uktrlvrqbgkbdp3svmjw/com.atproto.lexicon.schema/org.shelfcheck.book.dismissed

Referenced Schemas (2)

Lexicon Garden

@