ContributionsMost RecentMost LikesSolutionsRe: Editor full of resolver errors That explains it. Thank you! Re: Editor full of resolver errors Thanks Helena. That removes the errors. I tried removing the allOf in other places, but that gives new errors. For instance, I try to change this (line 2280): _links: allOf: - $ref: '#/definitions/Curies' - $ref: '#/definitions/SelfLink' - $ref: '#/definitions/EditLink' - $ref: '#/definitions/WeeklyActivityReportsLink' - $ref: '#/definitions/DailyActivityReportsLink' Into that: _links: $ref: '#/definitions/Curies' $ref: '#/definitions/SelfLink' $ref: '#/definitions/EditLink' $ref: '#/definitions/WeeklyActivityReportsLink' $ref: '#/definitions/DailyActivityReportsLink' I get: Parser error duplicated mapping key Jump to line 2282 Any idea? Editor full of resolver errors Hello everyone, It has been a while since I visited Swagger Hub. Now I revisited our API and it happens to be full of errors of this type: Resolver error Cannot read property 'properties' of undefined I have stripped down the API to just what is necessary to reproduce the issue. See https://app.swaggerhub.com/api/yonadev/YonaAppService/1.0.0 Does anybody know what's wrong with this? One of the ways to get rid of the issue is to remove the last two lines, but that's obviously not what I want. Your help is appreciated! Regards, Bert SolvedRemove account and replace it with an organization Due to unfamiliarity with SwaggerHub, I created a second account instead of an organization. Now I can't create the organization anymore that I wanted to create. Is there a way to convert an account into an organization? If not, how can I remove the account, so I can create the organization? Solved