get: tags: - testPackages operationId: listPackages parameters: - $ref: './auth.yaml#/components/parameters/currentUser' - $ref: './auth.yaml#/components/parameters/assumedRoles' - name: name in: query required: false schema: type: string responses: "200": description: OK content: 'application/json': schema: type: array items: $ref: './test-package-schemas.yaml#/components/schemas/TestPackage' "401": $ref: './error-responses.yaml#/components/responses/Unauthorized' "403": $ref: './error-responses.yaml#/components/responses/Forbidden'