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 = {
etched: string[];
foil: string[];
nonfoil: string[];
};
Model Properties
etched
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
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