ContributionsMost RecentMost LikesSolutionsRe: error: Attribute paths is repeated My current openapi version is 3.0.0: { "openapi": "3.0.0", "info": { "title": "Test API", "version": "" }, "servers": [ { "url": "http://localhost" } ], "paths": { "/projects/{guid}": { And I'm using the very last trial version of ReadyAPI. I wanted to check if it meets my needs and if so, I could migrate from trial to a pro version. But I could not even load absolutely valid swagger file. Re: error: Attribute paths is repeated Can I get any feedback? I can not test my API because of this bug. swagger file is perfect, it is built by openapi tool and it can be imported to Postman with no errors. error: Attribute paths is repeated When I try to create a project based on a valid swagger.json file, I get this error message: attribute paths.'/project_coordinate_systems/{guid}'(delete).operationId is repeated attribute paths.'/project_tree_elements/{guid}/projects'(put).operationId is repeated If I delete absolutely arbitrary endpoints - not even project_coordinate_systems or project_tree_elements - error messages start to disappear. What is wrong with that? Solved