Scryfall · JSON Structure

Scryfall Ruling Structure

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

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

Properties

object oracle_id source published_at comment

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScryfallRuling",
  "type": "object",
  "properties": {
    "object": { "type": "string" },
    "oracle_id": { "type": "string" },
    "source": { "type": "string" },
    "published_at": { "type": "string" },
    "comment": { "type": "string" }
  }
}