DocumentOccurrenceResponse

data class DocumentOccurrenceResponse(val createTime: String, val creatorComment: String, val creators: List<String>, val documentComment: String, val externalDocumentRefs: List<String>, val licenseListVersion: String, val namespace: String, val title: String)

DocumentOccurrence represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/2-document-creation-information/

Constructors

Link copied to clipboard
fun DocumentOccurrenceResponse(createTime: String, creatorComment: String, creators: List<String>, documentComment: String, externalDocumentRefs: List<String>, licenseListVersion: String, namespace: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identify when the SPDX file was originally created. The date is to be specified according to combined date and time in UTC format as specified in ISO 8601 standard

Link copied to clipboard

A field for creators of the SPDX file to provide general comments about the creation of the SPDX file or any other relevant comment not included in the other fields

Link copied to clipboard

Identify who (or what, in the case of a tool) created the SPDX file. If the SPDX file was created by an individual, indicate the person's name

Link copied to clipboard

A field for creators of the SPDX file content to provide comments to the consumers of the SPDX document

Link copied to clipboard

Identify any external SPDX documents referenced within this SPDX document

Link copied to clipboard

A field for creators of the SPDX file to provide the version of the SPDX License List used when the SPDX file was created

Link copied to clipboard

Provide an SPDX document specific namespace as a unique absolute Uniform Resource Identifier (URI) as specified in RFC-3986, with the exception of the ‘#’ delimiter

Link copied to clipboard

Identify name of this document as designated by creator