Dry run
dry_runCompile a candidate ModelSpec in an ISOLATED throwaway runtime, apply optional sample mutations, and return the resulting merged state (base + derived) — WITHOUT registering it in the live registry. Use this to preview the full reactive cascade of a draft spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | The candidate ModelSpec. | |
| mutations | No | Optional field mutations to apply, keyed by canonical JSON Path (e.g. {"$.price": 10, "$.qty": 3}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||