You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added config.put("json.schema.spec.version", "DRAFT_2020_12") to by Producer properties but schema that generaeted is DRAFT_07. DRAFT_2020_12 is a allow version schema should be generated with the correct version.
To fix looks like JsonSchemaUtils needs a case for DRAFT_2020_12 (see ~ line 190):
I've added
config.put("json.schema.spec.version", "DRAFT_2020_12")
to by Producer properties but schema that generaeted is DRAFT_07.DRAFT_2020_12
is a allow version schema should be generated with the correct version.To fix looks like JsonSchemaUtils needs a case for
DRAFT_2020_12
(see ~ line 190):The text was updated successfully, but these errors were encountered: