get: tags: - rbac-roles operationId: getListOfRoles parameters: - $ref: 'auth.yaml#/components/parameters/currentSubject' - $ref: 'auth.yaml#/components/parameters/assumedRoles' responses: "200": description: OK content: 'application/json': schema: type: array items: $ref: 'rbac-role-schemas.yaml#/components/schemas/RbacRole'