kubernetes-sigs / kubernetes-sigs/crdify
Property Validation: `uniqueItems`
Open
good first issue
help wanted
kind/feature
priority/important-longterm
triage/accepted
- Dominant language
- Go
- Stars
- 47
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
The `uniqueItems` constraint on a property enforces that lists should only contain unique items in the list.
Going from a non-unique constraint on list items to a uniqueness constraint is more restrictive and a breaking change as it could invalidate existing allowed values and break client/user expectations.
The opposite direction of unique to non-unique is less restrictive and likely OK
Contributor guide
Assessment
This issue has not been assessed yet.