cdx-proto
    Preparing search index...

    Enumeration ComponentDataType

    from enum cyclonedx.v1_5.ComponentDataType

    Index

    Enumeration Members

    CONFIGURATION: 1

    Parameters or settings that may be used by other components.

    from enum value: COMPONENT_DATA_TYPE_CONFIGURATION = 1;

    DATASET: 2

    A collection of data.

    from enum value: COMPONENT_DATA_TYPE_DATASET = 2;

    DEFINITION: 3

    Data that can be used to create new instances of what the definition defines.

    from enum value: COMPONENT_DATA_TYPE_DEFINITION = 3;

    OTHER: 4

    Any other type of data that does not fit into existing definitions.

    from enum value: COMPONENT_DATA_TYPE_OTHER = 4;

    SOURCE_CODE: 0

    Any type of code, code snippet, or data-as-code

    from enum value: COMPONENT_DATA_TYPE_SOURCE_CODE = 0;