From 5c1127b2b506944c562415c8ffaeb5bf1c213c2c Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Fri, 24 Oct 2025 16:44:42 +0200 Subject: [PATCH] Fixed some warnings encountered at the Open API specification document in the library target. --- Sources/DiscogsService/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/DiscogsService/openapi.yaml b/Sources/DiscogsService/openapi.yaml index 5558e8c08..da2ab0da6 100644 --- a/Sources/DiscogsService/openapi.yaml +++ b/Sources/DiscogsService/openapi.yaml @@ -1011,8 +1011,8 @@ paths: properties: pagination: $ref: '#/components/schemas/Pagination' - submissions: - description: A type that represents all items submitted by a user. + contributions: + description: A type that represents all items contributed by a user. $ref: '#/components/schemas/UserItems' required: - pagination @@ -1838,7 +1838,7 @@ paths: - $ref: '#/components/parameters/PerPage' responses: '200': - description: Successfully retrieved the list of listings in an inventory of a seller. + description: Successfully retrieved a list of listings in an inventory of a seller. headers: Link: $ref: '#/components/headers/Link'