YAML Reference¶
Fathom's YAML authoring surface has one JSON Schema per construct.
Schemas are regenerated from fathom.models on every docs build.
Per-construct reference¶
| Construct | Page |
|---|---|
| Template | Template |
| Rule | Rule |
| Module | Module |
| Function | Function |
| Fact | Fact |
Downloads¶
| Construct | Schema |
|---|---|
| Template | template.schema.json |
| Rule | rule.schema.json |
| Module | module.schema.json |
| Function | function.schema.json |
| Hierarchy | schemas/hierarchy.schema.json |
See VSCode tooling for editor setup.