interface SpdxLicense {
    license: {
        acknowledgement?: LicenseAcknowledgement;
        id: string;
        text?: Serialize.JSON.Types.Normalized.Attachment;
        url?: string;
    };
}

Properties

Properties

license: {
    acknowledgement?: LicenseAcknowledgement;
    id: string;
    text?: Serialize.JSON.Types.Normalized.Attachment;
    url?: string;
}

Type declaration