Skip to content

Commit 3fc64ce

Browse files
committed
[schema] added obvious_conflict key for packs
1 parent d0ac539 commit 3fc64ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/schema/packs.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"type": "string"
3232
}
3333
},
34+
"obvious_conflict": {
35+
"type": "array",
36+
"items": {
37+
"type": "string"
38+
}
39+
},
3440
"message": {
3541
"type": "array",
3642
"items": [

0 commit comments

Comments
 (0)