mtgjson / mtgjson-website

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

Property `relatedCards` should me marked as optional in CardDeck #650

Open grim7reaper opened 3 weeks ago

grim7reaper commented 3 weeks ago

Location of update needed

https://mtgjson.com/data-models/card/card-deck/

What does the documentation look like?

  relatedCards: RelatedCards;

What should the documentation look like?

  relatedCards?: RelatedCards;

Additional context

Example from AzaarLichlord_PAST.json:

{
  "name": "Swamp",
  "number": "298",
  "originalType": "Land",
  "rarity": "common",
  "setCode": "3ED",
  "uuid": "798c0707-56a8-531b-b1ed-9e9c675271db",
}