Periodic Table Database Schema - v0.6.3
    Preparing search index...
    MediaGroup: Group<
        {
            images?: Distinct<
                {
                    author?: string;
                    credits: string;
                    format?: ImageFormat;
                    height?: number;
                    license: string;
                    source?: string;
                    url: string;
                    width?: number;
                }[],
            >;
            spectrum?: Group<
                {
                    absorption?: Single<PrimitiveProperty<string>>;
                    emission?: Single<PrimitiveProperty<string>>;
                    uv?: Single<PrimitiveProperty<string>>;
                    xray?: Single<PrimitiveProperty<string>>;
                },
            >;
            structure3D?: Distinct<{ data: string; format: D3Format; url?: string }[]>;
        },
    >

    Visual and spectral data representing the physical appearance of the substance.