Defines the card DB JSON file format.

interface JSON {
    cards: Card[];
    meta: CardDB.File.Metadata;
}
Index

Properties

Properties

cards: Card[]

List of associated cards.

Metadata about this card DB.