pub const GENERIC_RELATION: &str = "applies-to";Expand description
The generic relation, named once so consumers stop repeating the literal.
enrich::predicates, enrich::scan::relationships and health each held
their own copy of this string, and each held the snake_case one. A literal
repeated in four places drifts in four places.