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

    Type Alias MineralEntity

    MineralEntity: Collection<
        {
            [key: MineralID]: {
                "@metadata": Distinct<
                    {
                        commit: string;
                        hash: string;
                        lastModified: string;
                        schemaVersion: 1;
                    },
                >;
                abundance?: AbundanceCollection;
                chemistry?: ChemistryCollection;
                classification: C;
                composition: CompositionCollection;
                crystallography?: CrystallographyCollection;
                descriptive: DescriptiveCollection;
                forms?: FormCollection<SingleMineral>;
                generic?: GenericCollection;
                physics?: PhysicsCollection;
                safety?: SafetyCollection;
            };
        },
    >

    Global registry of all mineral species indexed by a unique identifier.