Skip to content

Commit

Permalink
Merge pull request #358 from johtso/patch-1
Browse files Browse the repository at this point in the history
Fix array length
  • Loading branch information
webkod3r authored Jun 13, 2024
2 parents 144f11f + 266c34c commit dfbc900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/transactional.json
Original file line number Diff line number Diff line change
Expand Up @@ -7474,7 +7474,7 @@
"labels": {
"type": "array",
"description": "an optional array of up to 10 labels to use for filtering templates",
"maxLength": 10,
"maxItems": 10,
"items": {
"type": "string",
"description": "a single label",
Expand Down Expand Up @@ -7761,7 +7761,7 @@
"labels": {
"type": "array",
"description": "an optional array of up to 10 labels to use for filtering templates",
"maxLength": 10,
"maxItems": 10,
"items": {
"type": "string",
"description": "a single label",
Expand Down

0 comments on commit dfbc900

Please sign in to comment.