ExternalRefResponse

data class ExternalRefResponse(val category: String, val comment: String, val locator: String, val type: String)

An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package

Constructors

Link copied to clipboard
fun ExternalRefResponse(category: String, comment: String, locator: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package

Link copied to clipboard

Human-readable information about the purpose and target of the reference

Link copied to clipboard

The unique string with no spaces necessary to access the package-specific information, metadata, or content within the target location

Link copied to clipboard

Type of category (e.g. 'npm' for the PACKAGE_MANAGER category)