Values.FrameworkMetadataSourceThe metadata of a framework, such as the name, ID, or description.
type nonrec t = {name : AssessmentName.t option;The name of the framework.
*)description : AssessmentFrameworkDescription.t option;The description of the framework.
*)logo : Filename.t option;The logo that's associated with the framework.
*)complianceType : ComplianceType.t option;The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
*)}