Skip to content

Commit dfbc900

Browse files
authored
Merge pull request #358 from johtso/patch-1
Fix array length
2 parents 144f11f + 266c34c commit dfbc900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/transactional.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7474,7 +7474,7 @@
74747474
"labels": {
74757475
"type": "array",
74767476
"description": "an optional array of up to 10 labels to use for filtering templates",
7477-
"maxLength": 10,
7477+
"maxItems": 10,
74787478
"items": {
74797479
"type": "string",
74807480
"description": "a single label",
@@ -7761,7 +7761,7 @@
77617761
"labels": {
77627762
"type": "array",
77637763
"description": "an optional array of up to 10 labels to use for filtering templates",
7764-
"maxLength": 10,
7764+
"maxItems": 10,
77657765
"items": {
77667766
"type": "string",
77677767
"description": "a single label",

0 commit comments

Comments
 (0)