Current section

Files

Jump to
sbom lib sbom cyclonedx v15 annotation.pb.ex
Raw

lib/sbom/cyclonedx/v15/annotation.pb.ex

defmodule SBoM.CycloneDX.V15.Annotation do
@moduledoc "CycloneDX Annotation model."
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:bom_ref, 1, proto3_optional: true, type: :string, json_name: "bomRef")
field(:subjects, 2, repeated: true, type: :string)
field(:annotator, 3, type: SBoM.CycloneDX.V15.AnnotatorChoice)
field(:timestamp, 4, type: Google.Protobuf.Timestamp)
field(:text, 5, type: :string)
end