From 176122d5d19a98bc95b35af444f6726a8b54af9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Sun, 7 Dec 2025 21:14:25 +0000 Subject: [PATCH] fix: remove min/maxItems from type We keep it in the outer boundary --- topsort-api-v2.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index 1b6e04e..cc4f86f 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -1003,8 +1003,6 @@ components: - $ref: "#/components/schemas/BannersAuction" discriminator: propertyName: "type" - minItems: 1 - maxItems: 5 RankingRequest: type: object description: |