diff --git a/source/general/manifest/manifest.1.json b/source/general/manifest/manifest.1.json index 45ac2253..1a7c1ac5 100644 --- a/source/general/manifest/manifest.1.json +++ b/source/general/manifest/manifest.1.json @@ -120,17 +120,9 @@ "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" - } - ] + "description": "Name of the author(s) of the pack", + "type": "array", + "items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" } }, "license": { "type": "string", "description": "The license of the pack", "title": "License" }, "url": { "type": "string", "description": "The home website of your pack", "title": "Url" }, diff --git a/source/general/manifest/manifest.2.json b/source/general/manifest/manifest.2.json index 2bdade35..cf9595c5 100644 --- a/source/general/manifest/manifest.2.json +++ b/source/general/manifest/manifest.2.json @@ -150,17 +150,9 @@ "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" - } - ] + "description": "Name of the author(s) of the pack", + "type": "array", + "items": { "type": "string", "title": "Name", "description": "Name of the author 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" }