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,17 +120,9 @@
"metadata": { "metadata": {
"authors": { "authors": {
"title": "Authors", "title": "Authors",
"oneOf": [ "description": "Name of the author(s) of the pack",
{ "type": "array",
"description": "Name of the author(s) of the pack", "items": { "type": "string", "title": "Name", "description": "Name of the author 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" }, "license": { "type": "string", "description": "The license of the pack", "title": "License" },
"url": { "type": "string", "description": "The home website of your pack", "title": "Url" }, "url": { "type": "string", "description": "The home website of your pack", "title": "Url" },

View File

@@ -150,17 +150,9 @@
"properties": { "properties": {
"authors": { "authors": {
"title": "Authors", "title": "Authors",
"oneOf": [ "description": "Name of the author(s) of the pack",
{ "type": "array",
"description": "Name of the author(s) of the pack", "items": { "type": "string", "title": "Name", "description": "Name of the author 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" }, "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" } "url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack" }