A finding failed to parse while checking relationship targets
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/relationship-target-finding-unparseable/v1
HTTP status: 400
Exit code: 2
Emitted by: mif-rh (MifRhError::RelationshipTargetFindingUnparseable)
Message
Section titled “Message”finding is not valid JSON, cannot check its relationship targets: {path}The relationship-targets gate builds a corpus-wide universe of active @ids
and relationship targets by reading every finding under <topic>/findings/.
When one of those files fails to parse, the gate hard-fails outright rather
than silently skipping it. An unparseable finding is never dropped quietly,
because doing so could hide a real dangling relationship target elsewhere in
the corpus.
Suggested fix
Section titled “Suggested fix”MachineApplicable — fix the invalid JSON in this finding before re-running the relationship-targets gate.