We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allOf
oneOf
1 parent 0e66ee6 commit 308874dCopy full SHA for 308874d
tools/projmgr/schemas/common.schema.json
@@ -1724,7 +1724,7 @@
1724
"undefine": { "$ref": "#/definitions/UndefinesType" },
1725
"warnings": { "$ref": "#/definitions/WarningsType" }
1726
},
1727
- "allOf": [
+ "oneOf": [
1728
{ "$ref": "#/definitions/TypeListMutualExclusion" }
1729
],
1730
"additionalProperties": false
@@ -1802,7 +1802,7 @@
1802
"not-for-context": { "$ref": "#/definitions/NotForContext" },
1803
"for-compiler": { "$ref": "#/definitions/CompilersType" }
1804
1805
1806
1807
1808
0 commit comments