Parameters or settings that may be used by other components.
from enum value: COMPONENT_DATA_TYPE_CONFIGURATION = 1;
A collection of data.
from enum value: COMPONENT_DATA_TYPE_DATASET = 2;
Data that can be used to create new instances of what the definition defines.
from enum value: COMPONENT_DATA_TYPE_DEFINITION = 3;
Any other type of data that does not fit into existing definitions.
from enum value: COMPONENT_DATA_TYPE_OTHER = 4;
Any type of code, code snippet, or data-as-code
from enum value: COMPONENT_DATA_TYPE_SOURCE_CODE = 0;
Generated
from enum cyclonedx.v1_5.ComponentDataType