CardDB metadata for a sorted collection of cards not associated with a game format.

interface MetadataSorted {
    cliVersion: string;
    csvExtraKeys: string[];
    generatedAt: string;
    groups: MetadataGroups;
    name: string;
    schemaVersion: string;
    type: "sorted";
}
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: "sorted"

Type of CardDB.