Values_0.SbomValidationResultSummarySourceA summary of the validation results for a specific software bill of materials (SBOM) attached to a software package version.
type nonrec t = {fileName : FileName.t option;The name of the SBOM file.
*)validationResult : SbomValidationResult.t option;The end result of the SBOM validation.
*)errorCode : SbomValidationErrorCode.t option;The errorCode representing the validation failure error if the SBOM validation failed.
*)errorMessage__lc1 : SbomValidationErrorMessage.t option;The errorMessage representing the validation failure error if the SBOM validation failed.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of FileName.t ]) list ]