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
- Schema Viewer - Interactive schema browser
- What's New in V4 - Detailed changelog
- Download Schema - JSON format
See Also
- Global Schema Checker - Check all versions
- Migration Guide - Upgrading from v3