dweber019 / backstage-plugins

A collection of Backstage plugins
MIT License
20 stars 7 forks source link

Eliminate duplicate values in enum for custom relations #21

Closed brianphillips closed 3 months ago

brianphillips commented 3 months ago

Previously, if the relations config specifies multiple custom relationships for the same sourceKind, the resulting JSON schema would have duplicate enum values which would result in the validation failing with an exception. This change uses a Set to ensure the enum values are unique.