Skip to content

Commit 299aecb

Browse files
committed
Allow empty arrays for parameters
Fixes #305
1 parent e991b60 commit 299aecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schemas/v2.0/schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,6 @@
13891389
"parametersList": {
13901390
"type": "array",
13911391
"description": "The parameters needed to send a valid API call.",
1392-
"minItems": 1,
13931392
"additionalItems": false,
13941393
"items": {
13951394
"oneOf": [

0 commit comments

Comments
 (0)