Current section

Files

Jump to
sbom lib sbom cyclonedx v14 metadata.pb.ex
Raw

lib/sbom/cyclonedx/v14/metadata.pb.ex

defmodule SBoM.Cyclonedx.V14.Metadata do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
alias SBoM.Cyclonedx.V14.OrganizationalEntity
field(:timestamp, 1, proto3_optional: true, type: Google.Protobuf.Timestamp)
field(:tools, 2, repeated: true, type: SBoM.Cyclonedx.V14.Tool)
field(:authors, 3, repeated: true, type: SBoM.Cyclonedx.V14.OrganizationalContact)
field(:component, 4, proto3_optional: true, type: SBoM.Cyclonedx.V14.Component)
field(:manufacture, 5, proto3_optional: true, type: OrganizationalEntity)
field(:supplier, 6, proto3_optional: true, type: OrganizationalEntity)
field(:licenses, 7, proto3_optional: true, type: SBoM.Cyclonedx.V14.LicenseChoice)
field(:properties, 8, repeated: true, type: SBoM.Cyclonedx.V14.Property)
end