EmbeddedGame

A compact game reference — enough to show the game alongside a product without a separate call to GET /v1/games/{gameId}.

  • id
    Type: string
    required

    The game's identifier (e.g. mtg).

  • name
    Type: string
    required

    The game's display name.

Examples
{
  "id": "mtg",
  "name": "Magic: The Gathering"
}