Skip to content

Commit 195ff64

Browse files
committed
use numbers in min/maxLength
1 parent 48fa151 commit 195ff64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi/invoicing_v2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6452,8 +6452,8 @@
64526452
"type": "string",
64536453
"description": "The ID for the invoice payment.",
64546454
"readOnly": true,
6455-
"minLength": "1",
6456-
"maxLength": "22",
6455+
"minLength": 1,
6456+
"maxLength": 22,
64576457
"pattern": "^[0-9A-Za-z_-]+$"
64586458
}
64596459
}
@@ -6731,8 +6731,8 @@
67316731
"type": "string",
67326732
"description": "The ID of the refund of an invoice payment.",
67336733
"readOnly": true,
6734-
"minLength": "1",
6735-
"maxLength": "22",
6734+
"minLength": 1,
6735+
"maxLength": 22,
67366736
"pattern": "^[0-9A-Za-z_-]+$"
67376737
}
67386738
}

0 commit comments

Comments
 (0)