Skip to content

Commit c440553

Browse files
committed
fix(schemas/browsers): remove maxProperties constraint
The built data.json contains multiple browsers.
1 parent aaaea68 commit c440553

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

schemas/browsers.schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@
3939
"$ref": "#/definitions/browser_statement"
4040
},
4141
"minProperties": 1,
42-
"maxProperties": 1,
4342
"errorMessage": {
44-
"minProperties": "A browser must be described within the file.",
45-
"maxProperties": "Each browser JSON file may only describe one browser."
43+
"minProperties": "A browser must be described within the file."
4644
},
4745
"tsType": "Record<BrowserName, BrowserStatement>"
4846
},

0 commit comments

Comments
 (0)