Error while importing openapi .json file
I am new to ReadyAPI, however, I am unable to get any of my openapi .json (3.0.0) files to import successfully. I have attached a sample .json file I am trying to import as well as a screen shot of the error I am getting. We are currently using ReadyAPI version 3.20.0.
Additionally, I have also tried using SoapUI version 5.7.0 and am getting the same result, just a different error with the same .json file attached. I have included a screen shot of that error as well.
Thanks!
I'm not sure what the granular differences are between Postman's import mechanism and our import mechanism, but I can say that a completely valid and resolved API definition file ideally shouldn't have any references to inaccessible external components. You could consider them like external dependencies that the file doesn't have access to, which could potentially cause issues depending on the use case for the API definition. I think reaching out to the API provider would be a good step, as they could have a separate file where these components are stored, or potentially a fully-resolved version of the API definition file that contains the referenced components. Let me know how that goes! I hope this helps.