Skip to content

Commit 3494e86

Browse files
committed
Set additionalProperties to false for a few missed objects.
Ths change sets the additionalProperties to false for the "issues" object's "tracker" and "affectedIssues" objects.
1 parent c1acf8c commit 3494e86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ and the gradle wrapper in Windows
441441
"type": "string"
442442
}
443443
},
444-
"required": [ "name", "version" ]
444+
"required": [ "name", "version" ],
445+
"additionalProperties": false
445446
},
446447
"aggregateBuildIssues": {
447448
"description": "Whether issues have appeared in previous builds",
@@ -469,7 +470,8 @@ and the gradle wrapper in Windows
469470
"type": "boolean"
470471
}
471472
},
472-
"required": [ "key", "url", "summary", "aggregated" ]
473+
"required": [ "key", "url", "summary", "aggregated" ],
474+
"additionalProperties": false
473475
}
474476
}
475477
},

0 commit comments

Comments
 (0)