Image
Property | Type | Is required | Description |
---|---|---|---|
id | string|null | No | See CMS. |
imageFileName | string | Yes | The name of the image file located within the same directory of this resource. |
hasBadQuality | boolean | No | Defaults to false . Must be set to true if the image shows artifacts or imperfections of any kind (from lossy (re)compression, upscaling or scanning), if the image has distorted or uncrisp edges (with or without transparency), if the image is raw or unedited, or if the image doesn't look right in general. |
metadata | ImageMetadata | Yes |
When used as a file, the image
suffix is required, e.g., base-set/1-102.image.json
.
ImageMetadata
The image metadata can be one of the following types:
Example
{
"imageFileName": "002-184.jpg",
"hasBadQuality": false,
"metadata": {
"expansion": {
"name": "VMAX Climax",
"series": "Sword & Shield Era",
"tcgRegion": "Japan",
"codes": [
"S8b"
],
"releaseDate": "2021-12-03T00:00:00Z",
"cardNumberRightPart": "184"
},
"cardNumber": "002/184",
"cardNumberSortingOrder": 2,
"additionalCardData": {
"name": null,
"rarity": null,
"isRaritySet": true,
"illustrators": [
"nagimiso"
]
}
}
}