Interface MetadataInventory
interface MetadataInventory {
cliVersion: string;
csvExtraKeys: string[];
generatedAt: string;
groups: MetadataGroups;
name: string;
schemaVersion: string;
type: "inventory";
}
cliVersion: string;
csvExtraKeys: string[];
generatedAt: string;
groups: MetadataGroups;
name: string;
schemaVersion: string;
type: "inventory";
}
Hierarchy
- MetadataCommon
- MetadataGenerated
- MetadataInventory (View Summary)
Index
Properties
Properties
cliVersion
cliVersion: string
Generating CLI version.
csvExtraKeys
csvExtraKeys: string[]
Extra unprocessed CSV column keys stored in Card.csv_extra.
generatedAt
generatedAt: string
UTC Date when generated.
groups
Card / filename group associations.
name
name: string
Name of CardDB
schemaVersion
schemaVersion: string
CardDB schema version.
type
type: "inventory"
Type of CardDB.
CardDB metadata for an
inventoryof cards after initial conversion.