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 aaaea68 commit c440553Copy full SHA for c440553
schemas/browsers.schema.json
@@ -39,10 +39,8 @@
39
"$ref": "#/definitions/browser_statement"
40
},
41
"minProperties": 1,
42
- "maxProperties": 1,
43
"errorMessage": {
44
- "minProperties": "A browser must be described within the file.",
45
- "maxProperties": "Each browser JSON file may only describe one browser."
+ "minProperties": "A browser must be described within the file."
46
47
"tsType": "Record<BrowserName, BrowserStatement>"
48
0 commit comments