[json] IJPL-157229 Fix incorrect type validation for 2020 jscon schema

Unspecified type in the meta schema lead to treating many of the instance fields as either an object, or a boolean (as it is specified in the #meta schema node).

GitOrigin-RevId: 4c1441f161039eef502fd7e3e4b64295d04cffc3
This commit is contained in:
Nikita Katkov
2024-07-15 21:12:53 +02:00
committed by intellij-monorepo-bot
parent 23fb60afd8
commit 2f872974b1

View File

@@ -75,6 +75,7 @@
"default": 0
},
"simpleTypes": {
"type": "string",
"enum": [
"array",
"boolean",