Scryfall · JSON Structure

Scryfall Migration Structure

Type: object Properties: 8
Games And ComicsMagic The GatheringCard DataOpen DataFreeCommunity FundedPublic APIs

ScryfallMigration is a JSON Structure definition published by Scryfall, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

object id uri performed_at migration_strategy old_scryfall_id new_scryfall_id note

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScryfallMigration",
  "type": "object",
  "properties": {
    "object": { "type": "string" },
    "id": { "type": "string" },
    "uri": { "type": "string" },
    "performed_at": { "type": "string" },
    "migration_strategy": { "type": "string" },
    "old_scryfall_id": { "type": "string" },
    "new_scryfall_id": { "type": "string" },
    "note": { "type": "string" }
  }
}