Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
Description
With JSON Schema there is an established standard to check the structure of a JSON document.
The JSON checking functions currently implemented in MariaDB offer a similar range of functions.
As a rule, the JSON document must be checked for correctness not only in the database but also in the programming language of the application. Therefore, it would be easier for the developer if the JSON schema could also be used for checking in the database via checking in the application.
Is it planned that in the future one can also pass a JSON schema to the database to check a JSON column for correctness?
I would appreciate that very much.
Attachments
Issue Links
- is duplicated by
-
MDEV-27128 Implement JSON Schema Validation FUNCTION
- Closed