karapace icon indicating copy to clipboard operation
karapace copied to clipboard

Support of JSON References

Open libretto opened this issue 11 months ago • 3 comments

Implementing support for JSON references.

Why this way

To support the current JSON implementation in Karapace (Draft-07), we use RefResolver to handle JSON reference resolution. If Karapace's JSON libraries are upgraded in the future, this code can be readily adapted to use Registry for reference resolution.

libretto avatar Nov 14 '24 06:11 libretto