Updated manifest authors

This commit is contained in:
DaanV2
2021-10-15 12:31:53 +02:00
parent cfe5b2bbb0
commit 2e244df193
2 changed files with 6 additions and 22 deletions

View File

@@ -120,18 +120,10 @@
"metadata": {
"authors": {
"title": "Authors",
"oneOf": [
{
"description": "Name of the author(s) of the pack",
"type": "array",
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" }
},
{
"description": "Name of the author of the pack",
"type": "string"
}
]
},
"license": { "type": "string", "description": "The license of the pack", "title": "License" },
"url": { "type": "string", "description": "The home website of your pack", "title": "Url" },
"description": "UNDOCUMENTED: metadata",

View File

@@ -150,18 +150,10 @@
"properties": {
"authors": {
"title": "Authors",
"oneOf": [
{
"description": "Name of the author(s) of the pack",
"type": "array",
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" }
},
{
"description": "Name of the author of the pack",
"type": "string"
}
]
},
"license": { "type": "string", "title": "License", "description": "The license of the pack" },
"url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack" }
}