From 6c7c2d1022f8c638e7146859c377e95fbf68efcb Mon Sep 17 00:00:00 2001 From: "Dr. Christoph \"Schorsch\" Jung" Date: Mon, 19 Feb 2024 16:58:05 +0100 Subject: [PATCH] fix: copyright in kics.yml and openapi array limits. --- .github/workflows/kics.yml | 2 +- docs/openapi.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 0141e2b3..6ade904a 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -1,6 +1,6 @@ --- # -# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation +# Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/docs/openapi.json b/docs/openapi.json index 1b6423ee..80bae33e 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -207,6 +207,7 @@ "style": "form", "explode": true, "schema": { + "maxItems": 128, "type": "array", "items": { "type": "string" @@ -322,6 +323,7 @@ "style": "simple", "explode": false, "schema": { + "maxItems": 64, "type": "array", "items": { "$ref": "#/components/schemas/CxWarning" @@ -539,6 +541,7 @@ "style": "form", "explode": true, "schema": { + "maxItems": 128, "type": "array", "items": { "type": "string" @@ -733,6 +736,7 @@ "style": "simple", "explode": false, "schema": { + "maxItems": 64, "type": "array", "items": { "$ref": "#/components/schemas/CxWarning" @@ -1171,6 +1175,7 @@ "style": "simple", "explode": false, "schema": { + "maxItems": 64, "type": "array", "items": { "$ref": "#/components/schemas/CxWarning"