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 48b40c6 commit d392753Copy full SHA for d392753
server/schemas/plugin.v0.1.0.json
@@ -27,10 +27,6 @@
27
},
28
"required": ["name"]
29
30
- "changelog": {
31
- "description": "URL to the changelog file documenting version updates and modifications.",
32
- "type": "string"
33
- },
34
"contributors": {
35
"description": "An array of objects containing details about project contributors.",
36
"type": "array",
@@ -97,10 +93,6 @@
97
93
"minimum": 0,
98
94
"type": "integer"
99
95
100
- "readme": {
101
- "description": "URL to the readme.md file, providing documentation and information about the plugin.",
102
103
104
96
"version": {
105
"description": "Version number of the plugin. Must be incremented for updates.",
106
"type": "string"
0 commit comments