Values.AnalysisResultLocationSourceContains information that you can use to locate the field in your detector model that the analysis result references.
type nonrec t = {path : AnalysisResultLocationPath.t option;A JsonPath expression that identifies the error field in your detector model.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of AnalysisResultLocationPath.t ]) list ]