Skip to content

Commit a2b4dd2

Browse files
committed
Add scan results to schema
1 parent 2662fb7 commit a2b4dd2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

_validate/addonVersion_schema.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"sha256",
5959
"sourceURL",
6060
"license",
61-
"translations"
61+
"translations",
62+
"vtScanUrl"
6263
],
6364
"properties": {
6465
"addonId": {
@@ -286,6 +287,20 @@
286287
],
287288
"title": "VirusTotal scan URL",
288289
"type": "string"
290+
},
291+
"scanResults": {
292+
"$id": "#/properties/scanResults",
293+
"default": {},
294+
"description": "Results from dynamic and static code scanning.",
295+
"examples": [
296+
{
297+
"virusTotal": {},
298+
"codeQL-warnings": {},
299+
"codeQL-errors": {}
300+
}
301+
],
302+
"title": "Scan results",
303+
"type": "object"
289304
}
290305
},
291306
"$defs": {

0 commit comments

Comments
 (0)