BB.Dsl.Verifiers.ValidateParamRefs (bb v0.15.3)

Copy Markdown View Source

Validates that parameter references in the DSL refer to valid parameters.

For each param([:path, :to, :param]) in the topology, this verifier checks:

  1. The parameter path exists in the parameters section
  2. The parameter's unit type is compatible with the expected type at that DSL location