From 266c34ce32a8350cead61bae0a4fbeccbc0e143c Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 15 Apr 2024 21:33:50 +0100 Subject: [PATCH] Fix array length maxLength only applies to strings --- spec/transactional.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/transactional.json b/spec/transactional.json index c2fc57d..2aae5b2 100644 --- a/spec/transactional.json +++ b/spec/transactional.json @@ -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", @@ -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",