[fenix] Update perfherder data schema for visual metrics. (https://github.com/mozilla-mobile/fenix/pull/16837)

pull/600/head
Gregory Mierzwinski 4 years ago committed by GitHub
parent 0dc9caa20f
commit 1cfb16db1b

@ -7,6 +7,7 @@
"enum": [
"firefox",
"chrome",
"chrome-m",
"chromium",
"fennec",
"geckoview",
@ -122,7 +123,7 @@
"description": "Similar to extraOptions, except it does not break existing performance data series",
"items": {
"type": "string",
"pattern": "^[a-zA-Z0-9]{1,24}$"
"pattern": "^[a-zA-Z0-9-]{1,24}$"
},
"uniqueItems": true,
"maxItems": 14

Loading…
Cancel
Save