Skip to content

Commit

Permalink
Add missing plugin metadata fields to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Sep 16, 2024
1 parent abb56c4 commit f7cac42
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions types/plugins.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,20 @@
"type": "string",
"description": "Link to the plugins website",
"pattern": "^https://.+"
},
"repository": {
"type": "string",
"description": "Link to the repository that contains the source for the plugin",
"pattern": "^https://.+"
},
"bug_tracker": {
"type": "string",
"description": "Link to where users can report issues with the plugin",
"pattern": "^https://.+"
},
"deprecation_note": {
"type": "string",
"description": "Used in combination with a \"Deprecated\" tag. Explains why the plugin is deprecated and what to do or use instead."
}
},
"defaultSnippets": [
Expand Down

0 comments on commit f7cac42

Please sign in to comment.