Skip to main content

Morphir IR Schema Checker - Version 1

Validate your Morphir IR JSON against the Version 1 (Legacy) schema. Version 1 is the original format with lowercase tags.

Loading...

V1 Format Overview

Version 1 is the original format with lowercase tags:

["library", packageName, dependencies, definition]
["variable", attributes, name]
["reference", attributes, fqName, typeArgs]

Key Characteristics

  • Tagged array format: ["tagname", ...args]
  • Lowercase tags: library, variable, reference
  • Original morphir-elm output format

Schema Reference

See Also