mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[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:
committed by
intellij-monorepo-bot
parent
23fb60afd8
commit
2f872974b1
@@ -75,6 +75,7 @@
|
||||
"default": 0
|
||||
},
|
||||
"simpleTypes": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"array",
|
||||
"boolean",
|
||||
|
||||
Reference in New Issue
Block a user