mtgjson / mtgjson-website

MTGJSON Documentation Front-End Application built with VitePress
https://mtgjson.com
MIT License
36 stars 24 forks source link

Non-documented `name` property in `BoosterConfig` data model #649

Closed grim7reaper closed 1 month ago

grim7reaper commented 2 months ago

Location of update needed

BoosterConfig data model

What does the documentation look like?

No name property visible in the documentation. But some BoosterConfig from AllPrintings.json have one, for example:

"10E": {
  "baseSetSize": 383,
  "block": "Core Set",
  "booster": {
    "draft": {
      "boosters": []
      "boostersTotalWeight": 2401000,
      "name": "Tenth Edition Draft Booster",
      "sheets": {}
    }
  },
}

What should the documentation look like?

Add documentation for a name?: string property

Additional context

I'm using MTGJSON 5.2.2+20240816

ZeldaZach commented 1 month ago

Done