Skip to content

Commit

Permalink
fix: delete duplicate fields in backwardCompatibility array
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-kulal committed Oct 12, 2023
1 parent 02a65a3 commit 617a20b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions formats/json/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ const (
)

var backwardCompatibility = []diffKind{
schemaDeleted,
incompatibleTypes,
requiredFieldChanged,
itemSchemaModification,
itemSchemaAddition,
itemsSchemaDeletion,
subSchemaTypeModification,
schemaDeleted,
incompatibleTypes,
requiredFieldChanged,
Expand Down

0 comments on commit 617a20b

Please sign in to comment.