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 fabbb04 commit d166e55Copy full SHA for d166e55
_validate/addonVersion_schema.json
@@ -263,7 +263,17 @@
263
"examples": [
264
"https://github.com/nvaccess/addon-datastore/discussions/1942#discussioncomment-7453248"
265
],
266
- "title": "The URL of the discussion comment",
+ "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",
277
"type": "string"
278
}
279
0 commit comments