mtgjson / mtgjson-website

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

Non-documented property "sealedProductUuids" in Deck data model #644

Open grim7reaper opened 4 weeks ago

grim7reaper commented 4 weeks ago

Location of update needed

Deck data model

What does the documentation look like?

No mention of a sealedProductUuids but I can see it in JSON file, for instance in AzaarLichlord_PAST.json:

{
  "meta": {
    "date": "2024-08-15",
    "version": "5.2.2+20240815"
  },
  "data": {
    "code": "PAST",
    "commander": [],
    "mainBoard": [...],
    "name": "Azaar Lichlord",
    "releaseDate": "1997-04-01",
    "sealedProductUuids": null,
    "sideBoard": [],
    "type": "Shandalar Enemy Deck"
  }
}

What should the documentation look like?

Not sure since the value is null I don't know what's supposed to be here.

Additional context

I'm using MTGJSON 5.2.2+20240814