Periodic Table Database Schema - v0.6.3
    Preparing search index...
    BookReference: Expand<
        BaseReference<BOOK> & RequireExactlyOneFrom<
            BibTeXFields,
            "author"
            | "editor",
        > & StrictSubset<
            BibTeXFields,
            "publisher"
            | "title"
            | "year",

                | "address"
                | "edition"
                | "isbn"
                | "month"
                | "note"
                | "number"
                | "series"
                | "volume",
        >,
    >

    Represents a published book or monograph.

    • Constraint: Must have either an author or an editor, but not both.
    • Mandatory: publisher, title, year
    • Optional: address, edition, isbn, month, note, number, series, volume