cdx-proto
    Preparing search index...

    Type Alias Annotation

    Annotation: Message<"cyclonedx.v1_5.Annotation"> & {
        annotator?: cdx_15.AnnotatorChoice;
        bomRef?: string;
        subjects: string[];
        text: string;
        timestamp?: Timestamp;
    }

    Type declaration

    • Optionalannotator?: cdx_15.AnnotatorChoice

      The organization, person, component, or service which created the textual content of the annotation.

      from field: cyclonedx.v1_5.AnnotatorChoice annotator = 3;

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the annotation elsewhere in the BOM. Every bom-ref MUST be unique within the BOM.

      from field: optional string bom_ref = 1;

    • subjects: string[]

      The object in the BOM identified by its bom-ref. This is often a component or service, but may be any object type supporting bom-refs.

      from field: repeated string subjects = 2;

    • text: string

      The textual content of the annotation.

      from field: string text = 5;

    • Optionaltimestamp?: Timestamp

      The date and time (timestamp) when the annotation was created.

      from field: google.protobuf.Timestamp timestamp = 4;

    from message cyclonedx.v1_5.Annotation