MTGJSON.comMTGJSON logo
MTGJSON.comMTGJSON logo

MTGJSON

v5.2.2+20250705
Join us on Discord
Follow us on Twitter
Support us on Patreon
Contribute on GitHub
  • Getting Started
  • F.A.Q.
  • MTGGraphQL
  • Downloads
    • All Files
    • All Sets
    • All Decks
  • Data Models
    • Card (Atomic)
    • Card (Deck)
    • Card (Set)
    • Card (Token)
    • Deck
    • Deck List
    • Foreign Data
    • Identifiers
    • Keywords
    • Leadership Skills
    • Legalities
    • Meta
    • Purchase Urls
    • Related Cards
    • Rulings
    • Sealed Product
    • Set
    • Set List
    • Tcgplayer Skus
    • Translations
  • Abstract Models
    • All Prices
    • Booster
    • Card Types
    • Enum Values
  • Changelogs
    • MTGJSON
    • MTGGraphQL
  • Brand Assets
  • License

Rulings #

The Rulings Data Model describes the properties of rulings for a card.

  • Parent model: Card (Atomic), Card (Deck), Card (Set)
  • Parent property: rulings

Model Type #

type Rulings = {
  date: string;
  text: string;
}

Model Index #

  • date
  • text

Model Properties #

date #

The release date in ISO 8601 format for the rule.

  • Type: string
  • Introduced: v4.0.0

text #

The text ruling of the card.

  • Type: string
  • Introduced: v4.0.0
← Related CardsSealed Product →
Help us improve this page!