Fix: library response to be arroy of objects

This commit is contained in:
Nicholas Wallace 2024-06-23 17:25:16 +00:00
parent c1fe824f75
commit daa9ce3042

View file

@ -111,6 +111,9 @@ paths:
content: content:
application/json: application/json:
schema: schema:
type: object
properties:
libraries:
type: array type: array
items: items:
$ref: '../objects/Library.yaml#/components/schemas/library' $ref: '../objects/Library.yaml#/components/schemas/library'