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

View Source

A patent family is a group of related patent applications or granted patents that cover the same or similar invention. These patents are filed in multiple jurisdictions to protect the invention across different regions or countries. A patent family typically includes patents that share a common priority date, originating from the same initial application, and may vary slightly in scope or claims to comply with regional legal frameworks. Fields align with WIPO ST.96 standards where applicable.

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V17.PatentFamily{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t() | nil,
  external_references: [SBoM.CycloneDX.V17.ExternalReference.t()],
  family_id: String.t(),
  members: [String.t()],
  priority_application: SBoM.CycloneDX.V17.PriorityApplication.t() | nil
}