Skip to main content

Morphir IR Schema Checker - Version 4

Validate your Morphir IR JSON against the Version 4 (Draft) schema. Version 4 uses wrapper objects instead of tagged arrays and includes explicit attribute types.

Loading...

V4 Format Overview

Version 4 uses wrapper objects instead of tagged arrays:

// V4 format
{
"Library": {
"packageName": "morphir/sdk",
"dependencies": {},
"def": { "modules": {} }
}
}

Key Features

  • Wrapper object format for all constructs
  • Canonical string formats for Names, Paths, FQNames
  • Explicit attributes: TypeAttributes, ValueAttributes
  • New value expressions: Hole, Native, External

Schema Reference

See Also