openapi-merge icon indicating copy to clipboard operation
openapi-merge copied to clipboard

Typescript `atlassian-openapi` is not compatible with `openapi-types` OpenAPI3 type

Open ThaDaVos opened this issue 2 years ago • 0 comments

I am using @apidevtools/swagger-parser to parse URLS to Javascript objects, after which I want to merge them using this library, sadly I am getting the following error in Typescript due an incompatibility:

image

I've got two questions:

  1. How does one solve this?
  2. Why is Atlassian's specific OpenAPI used here and not the global (as far as I could find, official) one?

ThaDaVos avatar Aug 08 '22 09:08 ThaDaVos