Skip to content

Commit d392753

Browse files
author
Ajit Kumar
committed
fix(remove readme and changelog from schema)
1 parent 48b40c6 commit d392753

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

server/schemas/plugin.v0.1.0.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
},
2828
"required": ["name"]
2929
},
30-
"changelog": {
31-
"description": "URL to the changelog file documenting version updates and modifications.",
32-
"type": "string"
33-
},
3430
"contributors": {
3531
"description": "An array of objects containing details about project contributors.",
3632
"type": "array",
@@ -97,10 +93,6 @@
9793
"minimum": 0,
9894
"type": "integer"
9995
},
100-
"readme": {
101-
"description": "URL to the readme.md file, providing documentation and information about the plugin.",
102-
"type": "string"
103-
},
10496
"version": {
10597
"description": "Version number of the plugin. Must be incremented for updates.",
10698
"type": "string"

0 commit comments

Comments
 (0)