Expansion
Property | Type | Is required | Description |
---|---|---|---|
id | string|null | No | See CMS. |
name | string | Yes | |
series | string | Yes | |
tcgRegion | string | Yes | Available values: International , Japan . |
codes | string[] | No | |
releaseDate | string | Yes | An ISO 8601 formatted UTC date. |
cardNumberRightPart | string|null | No | The part of the card number after the / for this expansion specifically. |
When used as a file, the expansion
suffix is required, e.g., base-set.expansion.json
.
Example
{
"name": "Fusion Strike",
"series": "Sword & Shield Series",
"tcgRegion": "International",
"codes": [
"FST"
],
"releaseDate": "2021-11-12T00:00:00Z",
"cardNumberRightPart": "264"
}