Source Products
The Source Products Data Model describes the uuids for the card version in a Sealed Product.
- Parent model: Card (Deck), Card (Set), Card (Token)
- Parent property:
sourceProducts
TypeScript Model
Toggle Model
TypeScript
export type SourceProducts = {
etched?: string[];
foil?: string[];
nonfoil?: string[];
};Model Properties
etched O
A list of universal unique identifiers (v5) generated by MTGJSON for the Sealed Product the etched card is found in.
- Type:
string[]- Introduced:
v5.2.2
foil O
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 O
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