What are the best ways to validate a JSON document against a Schema from a database 19c?
Dear colleagues,
I would like to organize validation Json on side database 19c. JSON-Schema (draft-4 or later) is used, which can contain a Reference($ref) property. As a result, I need to call a database package method to validate the JSON and return a validation report.
Maybe exists solutions within the PL/SQL system packages or Java8 libraries that are installed with the database.
I am currently looking for functionality in Java using additional libraries. Based on it, I create Java-code on the database side.
If you know best practices for JSON Validation inside the database please describe about.
Thanks a lot