SBoM.CycloneDX.V14.ReleaseNotes (SBoM v0.9.1)

View Source

CycloneDX ReleaseNotes model.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V14.ReleaseNotes{
  __unknown_fields__: [Protobuf.unknown_field()],
  aliases: [String.t()],
  description: String.t() | nil,
  featuredImage: String.t() | nil,
  notes: [SBoM.CycloneDX.V14.Note.t()],
  properties: [SBoM.CycloneDX.V14.Property.t()],
  resolves: [SBoM.CycloneDX.V14.Issue.t()],
  socialImage: String.t() | nil,
  tags: [String.t()],
  timestamp: Google.Protobuf.Timestamp.t() | nil,
  title: String.t() | nil,
  type: String.t()
}