Skip to content

Commit

Permalink
Add VT scan URL to schema (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd authored Jun 26, 2024
1 parent fabbb04 commit d166e55
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _validate/addonVersion_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,17 @@
"examples": [
"https://github.com/nvaccess/addon-datastore/discussions/1942#discussioncomment-7453248"
],
"title": "The URL of the discussion comment",
"title": "Discussion comment URL",
"type": "string"
},
"vtScanUrl": {
"$id": "#/properties/vtScanUrl",
"default": "",
"description": "A URL to the Virus Total scan for the add-on version.",
"examples": [
"https://www.virustotal.com/gui/file/3fda88d598e9747b2dfadfdfb8930a737c0049e9782392bffcd59ef668821547"
],
"title": "VirusTotal scan URL",
"type": "string"
}
}
Expand Down

0 comments on commit d166e55

Please sign in to comment.