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 25, 2024
1 parent 24a720d commit c5cbb15
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 @@ -1399,9 +1399,6 @@ bool is_superset(
"contentMediaType",
"readOnly",
"writeOnly",
"if",
"then",
"else",
// draft 2019-09 unhandled keywords:
"$anchor",
"$recursiveRef",
Expand Down

0 comments on commit c5cbb15

Please sign in to comment.