cdx-proto
    Preparing search index...

    Type Alias Citation_Pointers

    Citation_Pointers: Message<"cyclonedx.v1_7.Citation.Pointers"> & {
        pointer: string[];
    }

    Type Declaration

    • pointer: string[]

      Users of other serialisation formats (e.g. XML) shall use the JSON Pointer format to ensure consistent field referencing across representations. Must contain at least 1 item.

      from field: repeated string pointer = 1;

    from message cyclonedx.v1_7.Citation.Pointers