Add branches to merge-group schema

This commit is contained in:
Liela Rotschy
2023-04-05 09:23:50 -06:00
parent fb962e6c47
commit d5ef2f1539
2 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -576,7 +576,8 @@
"merge-group-mapping": {
"mapping": {
"properties": {
"types": "merge-group-activity"
"types": "merge-group-activity",
"branches": "event-branches"
}
}
},