Analysis Document
@Serializable
The persistable, hand-editable form of a distribution-fitting analysis. It is a configuration of references — each dataset is identified by its DataSourceReference (a file/table/generated-RV locator), never by embedded data — so the saved TOML stays small and editable. (Inline-pasted data is spilled to a sidecar file by the front-end before saving, and referenced like any other file.) This mirrors how the Single/Scenario apps persist a RunConfiguration that references a model bundle rather than embedding it.