EmbeddedGame
A compact game reference — enough to show the game alongside a product without a separate call to GET /v1/games/{gameId}.
- idType: stringrequired
The game's identifier (e.g.
mtg). - nameType: stringrequired
The game's display name.
Examples
{
"id": "mtg",
"name": "Magic: The Gathering"
}