Values.ConformancePackComplianceSummarySourceSummary includes the name and status of the conformance pack.
type nonrec t = {conformancePackName : ConformancePackName.t option;The name of the conformance pack name.
*)conformancePackComplianceStatus : ConformancePackComplianceType.t option;The status of the conformance pack.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConformancePackName.t ]) list ]