Describe the defect
CycloneDX 2.0 has enums for many things.
Some have the case "other".
And alternatively, same enum values are open, arbitrary string.
For example with the new persona property - either an well-known (enums) value, or an arbitrary string.
When the property can be either an enums or an arbitrary string, there is no need go an emum value "other".
Goal :have no "other", when the enums is none-xclusice.
Additional context
Add any other context about the problem here.
Describe the defect
CycloneDX 2.0 has enums for many things.
Some have the case "other".
And alternatively, same enum values are open, arbitrary string.
For example with the new
personaproperty - either an well-known (enums) value, or an arbitrary string.When the property can be either an enums or an arbitrary string, there is no need go an emum value "other".
Goal :have no "other", when the enums is none-xclusice.
Additional context
Add any other context about the problem here.