Values.SubCheckResultSourceRepresents the result of a sub-check within a configuration check operation.
type nonrec t = {id : SubCheckResultId.t option;The unique identifier of the sub-check result.
*)name : String_.t option;The name of the sub-check.
*)description : String_.t option;A description of what the sub-check validates.
*)references : SubCheckReferencesList.t option;A list of references or documentation links related to the sub-check.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of SubCheckResultId.t ])
list ]