For Pokemon cards, we store the following metadata fields:
string
The card category, such as Pokemon, Trainer, or Energy.
string
optional
The evolution stage shown on the card.
number
optional
The card’s Pokedex number.
string
optional
The Pokemon this card evolves from.
string | string[]
optional
The Pokemon this card can evolve into.
string[]
optional
The card’s Pokemon type(s).
object[]
optional
Attack information shown on the card.
object[]
optional
Ability information shown on the card.
object[]
optional
Weakness information for battle interactions.
string[]
optional
Special rules text for the card.
string[]
optional
Retreat cost shown on the card.
string
optional
Hit points value displayed on the card.
string
optional
Card level when the card includes one.