From aa2ef6d16d88ad69773643deecf9107a3ce5e422 Mon Sep 17 00:00:00 2001 From: Ryan Fu Date: Fri, 21 Oct 2022 12:02:25 -0700 Subject: [PATCH] update protocol max to 64 --- schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json | 2 +- schemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json b/schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json index fbc6cbf9f5..452002b6f9 100644 --- a/schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json +++ b/schemas/JSON/manifests/v1.4.0/manifest.installer.1.4.0.json @@ -274,7 +274,7 @@ "type": "string", "maxLength": 2048 }, - "maxItems": 16, + "maxItems": 64, "uniqueItems": true, "description": "List of protocols the package provides a handler for" }, diff --git a/schemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json b/schemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json index d562a2de84..d4c52aef94 100644 --- a/schemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json +++ b/schemas/JSON/manifests/v1.4.0/manifest.singleton.1.4.0.json @@ -316,7 +316,7 @@ "type": "string", "maxLength": 2048 }, - "maxItems": 16, + "maxItems": 64, "uniqueItems": true, "description": "List of protocols the package provides a handler for" },