"description":"Plugin description shown to the user."
},
"authors":{
"type":"string",
"description":"A string describing authors of the Plugin. This could be a list of names, an organisation or something else, as long as it's clear who made the Plugin."
},
"homepage":{
"type":"string",
"description":"Optional URL to your Plugin's homepage. This could be your GitHub repo for example."
},
"tags":{
"description":"Something that could in the future be used to find your plugin.",
"type":"array",
"items":{
"type":"string",
"examples":["moderation","utility","commands"]
},
"uniqueItems":true
},
"version":{
"type":"string",
"description":"Semver version string, for more info see https://semver.org.",
"examples":["0.0.1","1.0.0-rc.1"]
},
"license":{
"type":"string",
"description":"A small description of your license.",