mtgjson / mtgjson-website

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

Non-documented properties in Identifiers data model #647

Open grim7reaper opened 3 weeks ago

grim7reaper commented 3 weeks ago

Location of update needed

Identifiers

Non-documented properties

csiId, scgId and miniaturemarketId

Example from SetList.json

{
    "code": "ACR",
    "name": "Assassin's Creed",
    "releaseDate": "2024-07-05",
    "sealedProduct": [
      {
        "category": "booster_box",
        "contents": {
          "sealed": [
            {
              "count": 24,
              "name": "Assassins Creed Beyond Booster Pack",
              "set": "acr",
              "uuid": "4db1861f-789f-5154-8373-b159f011ef7f"
            }
          ]
        },
        "identifiers": {
          "cardKingdomId": "297392",
          "cardtraderId": "280369",
          "csiId": "384238",
          "mcmId": "758497",
          "miniaturemarketId": "299658",
          "scgId": "SLD-MTG-BBX-ACRBEYOND-EN",
          "tcgplayerProductId": "541220"
        },
        "name": "Assassins Creed Beyond Booster Box",
        "purchaseUrls": {
          "cardKingdom": "https://mtgjson.com/links/49634dfd1ee09aed",
          "tcgplayer": "https://mtgjson.com/links/6c1512a28e83b780"
        },
        "releaseDate": "2024-07-05",
        "subtype": "other",
        "uuid": "3460bf77-45c2-5df5-bda0-a2216cda96c8"
      }
  ]
}

cardtraderId

Example from SetList.json

{
  "baseSetSize": 594,
  "code": "30A",
  "name": "30th Anniversary Edition",
  "releaseDate": "2022-11-28",
  "sealedProduct": [
    {
      "category": "booster_box",
      "contents": {
        "sealed": [
          {
            "count": 4,
            "name": "Magic 30th Anniversary Edition Booster Pack",
            "set": "30a",
            "uuid": "01c557c2-326c-555b-a9b9-eb0d64425356"
          }
        ]
      },
      "identifiers": {
        "cardtraderId": "224239",
        "csiId": "357752",
        "mcmId": "710617",
        "scgId": "SLD-MTG-BBX-30A-EN",
        "tcgplayerProductId": "448872"
      },
      "name": "Magic 30th Anniversary Edition Booster Box",
      "purchaseUrls": {
        "tcgplayer": "https://mtgjson.com/links/37fb145a73b019bd"
      },
      "releaseDate": "2022-11-28",
      "subtype": "premium",
      "uuid": "8ffa1fd4-ac73-5e8f-9ea7-c34b8ba85b24"
    }
  ]
}

Additional context

I'm using MTGJSON 5.2.2+20240816