Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
11.8.1
-
None
-
Debian bookworm, client v15.2
Description
When validating schemas where an array contains either arrays or objects, valid (according to the specification) schemas return false.
Minimal example:
SELECT JSON_SCHEMA_VALID('{"type": "array", "items": {"type": "object"}}', '[{}]'); |