CardDB metadata for an inventory of cards after initial conversion.

interface MetadataInventory {
    cliVersion: string;
    csvExtraKeys: string[];
    generatedAt: string;
    groups: MetadataGroups;
    name: string;
    schemaVersion: string;
    type: "inventory";
}
Hierarchy
Index

Properties

cliVersion: string

Generating CLI version.

csvExtraKeys: string[]

Extra unprocessed CSV column keys stored in Card.csv_extra.

generatedAt: string

UTC Date when generated.

Card / filename group associations.

name: string

Name of CardDB

schemaVersion: string

CardDB schema version.

type: "inventory"

Type of CardDB.