commit 2fd4089c14176e5b09f792da4ea14bdb53283e43
parent c2bf23012848d1bbaa376abc14f5e7c68c64efc1
Author: yao-msft <50888816+yao-msft@users.noreply.github.com>
Date: Wed, 14 Apr 2021 13:03:12 -0700
Update file extension max length (#862)
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/schemas/JSON/manifests/v1.0.0/manifest.installer.1.0.0.json b/schemas/JSON/manifests/v1.0.0/manifest.installer.1.0.0.json
@@ -60,7 +60,7 @@
"burn",
"pwa"
],
- "description": "Enumeration of supported installer types"
+ "description": "Enumeration of supported installer types. InstallerType is required in either root level or individual Installer level"
},
"Scope": {
"type": [ "string", "null" ],
@@ -179,7 +179,7 @@
"items": {
"type": "string",
"pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$",
- "maxLength": 40
+ "maxLength": 64
},
"maxItems": 256,
"uniqueItems": true,
diff --git a/schemas/JSON/manifests/v1.0.0/manifest.singleton.1.0.0.json b/schemas/JSON/manifests/v1.0.0/manifest.singleton.1.0.0.json
@@ -72,7 +72,7 @@
"burn",
"pwa"
],
- "description": "Enumeration of supported installer types"
+ "description": "Enumeration of supported installer types. InstallerType is required in either root level or individual Installer level"
},
"Scope": {
"type": [ "string", "null" ],
@@ -191,7 +191,7 @@
"items": {
"type": "string",
"pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$",
- "maxLength": 40
+ "maxLength": 64
},
"maxItems": 256,
"uniqueItems": true,