SBoM.CycloneDX.V17.PatentAssertion (SBoM v0.9.1)

View Source

An assertion linking a patent or patent family to this component or service.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V17.PatentAssertion{
  __unknown_fields__: [Protobuf.unknown_field()],
  asserter: SBoM.CycloneDX.V17.Asserter.t() | nil,
  assertion_type: SBoM.CycloneDX.V17.PatentAssertionType.t(),
  bom_ref: String.t() | nil,
  notes: String.t(),
  patent_refs: [String.t()]
}