Skip to content

Commit ee4ec07

Browse files
committed
chore(schemas): replace "browser {key => ID}"
1 parent 9c1add0 commit ee4ec07

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

schemas/browsers.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
"browser_name": {
2424
"type": "string",
25-
"description": "Browser key.",
25+
"description": "Browser ID.",
2626
"enum": [
2727
"bun",
2828
"chrome",
@@ -46,7 +46,7 @@
4646

4747
"upstream_browser_name": {
4848
"type": "string",
49-
"description": "Upstream browser key.",
49+
"description": "Upstream browser ID.",
5050
"enum": ["chrome", "chrome_android", "firefox", "safari", "safari_ios"]
5151
},
5252

schemas/public.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
"browser_name": {
4646
"type": "string",
47-
"description": "Browser key.",
47+
"description": "Browser ID.",
4848
"enum": [
4949
"bun",
5050
"chrome",
@@ -68,7 +68,7 @@
6868

6969
"upstream_browser_name": {
7070
"type": "string",
71-
"description": "Upstream browser key.",
71+
"description": "Upstream browser ID.",
7272
"enum": ["chrome", "chrome_android", "firefox", "safari", "safari_ios"]
7373
},
7474

0 commit comments

Comments
 (0)