analysisMethod is currently not constrained as intended due to two separate problems in define.yaml.
1) Indentation issue (any_of is inside description text)
analysisMethod:
description: >-
Generic method used to perform this analysis.
any_of:
- range: Method
- range: AnalysisMethod
Because any_of is indented under the description
2) Intended range target is undefined (AnalysisMethod)
I am unable to locate a definition for the AnalysisMethod class in define.yaml.