Skip to content

Commit d166e55

Browse files
authored
Add VT scan URL to schema (#37)
1 parent fabbb04 commit d166e55

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

_validate/addonVersion_schema.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,17 @@
263263
"examples": [
264264
"https://github.com/nvaccess/addon-datastore/discussions/1942#discussioncomment-7453248"
265265
],
266-
"title": "The URL of the discussion comment",
266+
"title": "Discussion comment URL",
267+
"type": "string"
268+
},
269+
"vtScanUrl": {
270+
"$id": "#/properties/vtScanUrl",
271+
"default": "",
272+
"description": "A URL to the Virus Total scan for the add-on version.",
273+
"examples": [
274+
"https://www.virustotal.com/gui/file/3fda88d598e9747b2dfadfdfb8930a737c0049e9782392bffcd59ef668821547"
275+
],
276+
"title": "VirusTotal scan URL",
267277
"type": "string"
268278
}
269279
}

0 commit comments

Comments
 (0)