EmbeddedExpansion

  • code
    Type: string
    required

    Short expansion code (e.g. BLB, SV4, LOB).

  • id
    Type: integer
    min:  
    -9007199254740991
    max:  
    9007199254740991
    required

    The expansion's identifier.

  • name
    Type: string
    required

    The expansion's display name.

  • symbolUrl
    Type: string Format: uri

    URL of the expansion's set symbol image.

Examples
{
  "id": 42,
  "name": "Bloomburrow",
  "code": "BLB",
  "symbolUrl": "https://images.cardnexus.com/expansions/mtg/blb/symbol.svg"
}