Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Type Alias DBMeta

    DBMeta: Distinct<
        {
            contributors: { contact?: string; name: string }[];
            description: Distinct<string>;
            lastModified: IsoDate;
            license: "MIT";
            permalink: `${RepoBase}/releases/tag/v${string}`;
            revision: string;
            schemaVersion: 1;
            title: Distinct<string>;
            version: string;
        },
    >

    High-level descriptive and administrative metadata for the entire database instance.