Skip to content

Commit

Permalink
schema_registry/json: ignore "if"/"then"/"else"
Browse files Browse the repository at this point in the history
testing shows that compatibility checks don't need to take in
consideration the "if"/"then"/"else" constructs
  • Loading branch information
andijcr committed Jul 24, 2024
1 parent 3d01747 commit bb90bd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/v/pandaproxy/schema_registry/json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1951,9 +1951,6 @@ bool is_superset(
"contentMediaType",
"readOnly",
"writeOnly",
"if",
"then",
"else",
// later drafts:
"prefixItems",
}) {
Expand Down

0 comments on commit bb90bd6

Please sign in to comment.