| Index: extensions/common/api/web_view_internal.json
|
| diff --git a/extensions/common/api/web_view_internal.json b/extensions/common/api/web_view_internal.json
|
| index e2471acde971ab2f6d1d73322fc5cdc989a0f225..a33f500d22142a7e2e673e35b5131783ac1d7a02 100644
|
| --- a/extensions/common/api/web_view_internal.json
|
| +++ b/extensions/common/api/web_view_internal.json
|
| @@ -255,10 +255,10 @@
|
| "name": "contentScriptList",
|
| "items": {
|
| "$ref": "ContentScriptDetails",
|
| - "name": "contentScriptDetails",
|
| - "minimum": 1
|
| + "name": "contentScriptDetails"
|
| },
|
| - "description": "Details of the content scripts to add."
|
| + "description": "Details of the content scripts to add.",
|
| + "minItems": 1
|
| }
|
| ]
|
| },
|
| @@ -277,7 +277,6 @@
|
| "name": "scriptNameList",
|
| "items": {
|
| "type": "string",
|
| - "minimum": 0,
|
| "description": "The name of a content script that will be removed."
|
| },
|
| "optional": true,
|
|
|