Updated manifest authors
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user