cdx-proto
    Preparing search index...

    Type Alias Definition

    Definition: Message<"cyclonedx.v1_7.Definition"> & {
        patents: PatentOrFamily[];
        standards: Definition_Standard[];
    }

    Type Declaration

    • patents: PatentOrFamily[]

      The list of either individual patents or patent families.

      from field: repeated cyclonedx.v1_7.PatentOrFamily patents = 2;

    • standards: Definition_Standard[]

      The list of standards which may consist of regulations, industry or organizational-specific standards, maturity models, best practices, or any other requirements which can be evaluated against or attested to.

      from field: repeated cyclonedx.v1_7.Definition.Standard standards = 1;

    from message cyclonedx.v1_7.Definition