Fixed some warnings encountered at the Open API specification document in the library target.

This commit is contained in:
2025-10-24 16:44:42 +02:00
parent 2320e878b7
commit 5c1127b2b5
+3 -3
View File
@@ -1011,8 +1011,8 @@ paths:
properties: properties:
pagination: pagination:
$ref: '#/components/schemas/Pagination' $ref: '#/components/schemas/Pagination'
submissions: contributions:
description: A type that represents all items submitted by a user. description: A type that represents all items contributed by a user.
$ref: '#/components/schemas/UserItems' $ref: '#/components/schemas/UserItems'
required: required:
- pagination - pagination
@@ -1838,7 +1838,7 @@ paths:
- $ref: '#/components/parameters/PerPage' - $ref: '#/components/parameters/PerPage'
responses: responses:
'200': '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: headers:
Link: Link:
$ref: '#/components/headers/Link' $ref: '#/components/headers/Link'