cdx-proto
    Preparing search index...

    Type Alias Note

    Note: Message<"cyclonedx.v1_5.Note"> & {
        locale?: string;
        text?: cdx_15.AttachedText;
    }

    Type declaration

    • Optionallocale?: string

      The ISO-639 (or higher) language code and optional ISO-3166 (or higher) country code. Examples include: "en", "en-US", "fr" and "fr-CA".

      from field: optional string locale = 1;

    • Optionaltext?: cdx_15.AttachedText

      Specifies the full content of the release note.

      from field: optional cyclonedx.v1_5.AttachedText text = 2;

    from message cyclonedx.v1_5.Note