Skip to content

Source Products

The Source Products Data Model describes the uuids for the card version in a Sealed Product.

  • Parent model: Card (Set)
  • Parent property: sourceProducts

TypeScript Model

Toggle Model
TypeScript
export type SourceProducts = {
  foil: string[];
  nonfoil: string[];
};

Model Properties

foil

A list of universal unique identifiers (v5) generated by MTGJSON for the Sealed Product the foil card is found in.

  • Type: string[]
  • Introduced: v5.2.2

nonfoil

A list of universal unique identifiers (v5) generated by MTGJSON for the Sealed Product the non-foil card is found in.

  • Type: string[]
  • Introduced: v5.2.2