Bug 1868845 - rename channel to channels in search-config-v2 and schema. r=Standard8 DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D195804
This commit is contained in:
mcheang 2023-12-08 03:03:37 +00:00
parent 56a0d0c300
commit a0222172cc
2 changed files with 6 additions and 6 deletions

View file

@ -122,7 +122,7 @@
}, },
"variants": [ "variants": [
{ {
"environment": { "channel": ["esr"] }, "environment": { "channels": ["esr"] },
"partnerCode": "MOZR", "partnerCode": "MOZR",
"telemetrySuffix": "esr" "telemetrySuffix": "esr"
} }
@ -170,7 +170,7 @@
}, },
"variants": [ "variants": [
{ {
"environment": { "channel": ["esr"] }, "environment": { "channels": ["esr"] },
"partnerCode": "firefox-b-e", "partnerCode": "firefox-b-e",
"telemetrySuffix": "b-e" "telemetrySuffix": "b-e"
}, },
@ -193,7 +193,7 @@
"telemetrySuffix": "b-1-d" "telemetrySuffix": "b-1-d"
}, },
{ {
"environment": { "regions": ["us"], "channel": ["esr"] }, "environment": { "regions": ["us"], "channels": ["esr"] },
"partnerCode": "firefox-b-1-e", "partnerCode": "firefox-b-1-e",
"urls": { "urls": {
"search": { "search": {
@ -267,7 +267,7 @@
}, },
"variants": [ "variants": [
{ {
"environment": { "channel": ["esr"] }, "environment": { "channels": ["esr"] },
"partnerCode": "ftsa", "partnerCode": "ftsa",
"telemetrySuffix": "esr" "telemetrySuffix": "esr"
}, },

View file

@ -83,8 +83,8 @@
}, },
"uniqueItems": true "uniqueItems": true
}, },
"channel": { "channels": {
"title": "Release Channel", "title": "Release Channels",
"description": "An array of release channels that this section applies to (not set = everywhere).", "description": "An array of release channels that this section applies to (not set = everywhere).",
"type": "array", "type": "array",
"items": { "items": {