Skip to content

Commit facb5da

Browse files
committed
[schema] added option for compatibilities to overwrite instead of requiring every file from its incompatible packs
1 parent 4cd4e03 commit facb5da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/schema/compatibilities.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
},
1818
"location": {
1919
"type": "string"
20+
},
21+
"overwrite": {
22+
"type": "boolean"
2023
}
2124
},
2225
"required": ["merge", "location"]
@@ -33,6 +36,9 @@
3336
},
3437
"location": {
3538
"type": "string"
39+
},
40+
"overwrite": {
41+
"type": "boolean"
3642
}
3743
},
3844
"required": ["merge", "location"]
@@ -49,6 +55,9 @@
4955
},
5056
"location": {
5157
"type": "string"
58+
},
59+
"overwrite": {
60+
"type": "boolean"
5261
}
5362
},
5463
"required": ["merge", "location"]
@@ -65,6 +74,9 @@
6574
},
6675
"location": {
6776
"type": "string"
77+
},
78+
"overwrite": {
79+
"type": "boolean"
6880
}
6981
},
7082
"required": ["merge", "location"]

0 commit comments

Comments
 (0)