We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d7b1d commit fae5c18Copy full SHA for fae5c18
schemas/browsers.schema.json
@@ -31,10 +31,8 @@
31
"$ref": "#/definitions/browser_statement"
32
},
33
"minProperties": 1,
34
- "maxProperties": 1,
35
"errorMessage": {
36
- "minProperties": "A browser must be described within the file.",
37
- "maxProperties": "Each browser JSON file may only describe one browser."
+ "minProperties": "A browser must be described within the file."
38
39
"tsType": "Record<BrowserName, BrowserStatement>"
40
0 commit comments