From db9f273a5deec3a5640137159a54e98ce1e453a8 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 8 Oct 2025 01:17:35 +0200 Subject: [PATCH] Fixed some small issues encountered in the Open API specification document in the library target. --- Sources/ASConnectService/openapi.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Sources/ASConnectService/openapi.json b/Sources/ASConnectService/openapi.json index 6e39b7fff1..7c4a2cf26a 100644 --- a/Sources/ASConnectService/openapi.json +++ b/Sources/ASConnectService/openapi.json @@ -68993,7 +68993,7 @@ "schema": { "type": "array", "items": { - "type": "string", + "type": "string" } }, "style": "form", @@ -69288,7 +69288,7 @@ "schema": { "type": "array", "items": { - "type": "string", + "type": "string" } }, "style": "form", @@ -77854,7 +77854,7 @@ "schema": { "type": "array", "items": { - "type": "string", + "type": "string" } }, "style": "form", @@ -80023,7 +80023,7 @@ "schema": { "type": "array", "items": { - "type": "string", + "type": "string" } }, "style": "form", @@ -94193,7 +94193,7 @@ "schema": { "type": "array", "items": { - "type": "string", + "type": "string" } }, "style": "form",