CycloneDX JavaScript Library - Web - v9.4.0
    Preparing search index...

    Interface OptionalSpdxLicenseProperties

    interface OptionalSpdxLicenseProperties {
        acknowledgement?: LicenseAcknowledgement;
        text?: Models.Attachment;
        url?: string | URL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acknowledgement?: LicenseAcknowledgement
    url?: string | URL