Class LicensesListResponseDataAttributesLicensesItems

An SPDX license entry returned by the licenses list endpoint.

Hierarchy

  • LicensesListResponseDataAttributesLicensesItems

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
displayName: string

The human-readable name of the license.

identifier: string

The SPDX identifier of the license.

shortName: string

The short name of the license, typically matching the SPDX identifier.

Generated using TypeDoc