Skip to content

Commit 308874d

Browse files
authored
[json-schema] Replace allOf with single item by oneOf
1 parent 0e66ee6 commit 308874d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/projmgr/schemas/common.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@
17241724
"undefine": { "$ref": "#/definitions/UndefinesType" },
17251725
"warnings": { "$ref": "#/definitions/WarningsType" }
17261726
},
1727-
"allOf": [
1727+
"oneOf": [
17281728
{ "$ref": "#/definitions/TypeListMutualExclusion" }
17291729
],
17301730
"additionalProperties": false
@@ -1802,7 +1802,7 @@
18021802
"not-for-context": { "$ref": "#/definitions/NotForContext" },
18031803
"for-compiler": { "$ref": "#/definitions/CompilersType" }
18041804
},
1805-
"allOf": [
1805+
"oneOf": [
18061806
{ "$ref": "#/definitions/TypeListMutualExclusion" }
18071807
],
18081808
"additionalProperties": false

0 commit comments

Comments
 (0)