diff --git a/AnswerKingAPI.yml b/AnswerKingAPI.yml index 74e9fbf..4013891 100644 --- a/AnswerKingAPI.yml +++ b/AnswerKingAPI.yml @@ -14,9 +14,12 @@ paths: content: application/json: schema: - type: array - items: - $ref: '#/components/schemas/Inventory.Category.Response' + type: object + properties: + items: + type: array + items: + $ref: '#/components/schemas/Inventory.Category.Response' post: tags: - Inventory