Skip to content

Commit

Permalink
update protocol max to 64 (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft authored Oct 21, 2022
1 parent 199b9b0 commit 5cd5616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"type": "string",
"maxLength": 2048
},
"maxItems": 16,
"maxItems": 64,
"uniqueItems": true,
"description": "List of protocols the package provides a handler for"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"type": "string",
"maxLength": 2048
},
"maxItems": 16,
"maxItems": 64,
"uniqueItems": true,
"description": "List of protocols the package provides a handler for"
},
Expand Down

0 comments on commit 5cd5616

Please sign in to comment.