From b6c804b82708ac4b29606e13c7d98a6f1192d5bf Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 6 Oct 2025 01:53:23 +0200 Subject: [PATCH] Fixed some validation issues encountered with the OpenAPI specification document in the library target. --- Sources/ASConnectService/openapi.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Sources/ASConnectService/openapi.json b/Sources/ASConnectService/openapi.json index 3bca8313a6..6e39b7fff1 100644 --- a/Sources/ASConnectService/openapi.json +++ b/Sources/ASConnectService/openapi.json @@ -68994,7 +68994,6 @@ "type": "array", "items": { "type": "string", - "enum": [] } }, "style": "form", @@ -69290,7 +69289,6 @@ "type": "array", "items": { "type": "string", - "enum": [] } }, "style": "form", @@ -77857,7 +77855,6 @@ "type": "array", "items": { "type": "string", - "enum": [] } }, "style": "form", @@ -80027,7 +80024,6 @@ "type": "array", "items": { "type": "string", - "enum": [] } }, "style": "form", @@ -94198,7 +94194,6 @@ "type": "array", "items": { "type": "string", - "enum": [] } }, "style": "form", @@ -209066,4 +209061,4 @@ "itc-bearer-token": [] } ] -} \ No newline at end of file +}