Forum Discussion
A coworker took a look at the API definition and gave the following review. I don't know if it will help in troubleshooting the issue or not.
According to ReadyAPI’s parser the part of the file below is not correct.
Components > schemas > MinimalAnalystDataEmpty and all the objects labeled Attributes* after it. Might be missing its URI ($ref) for MinimalAnalystDataEmpty and the others may be an incorrect type ‘string’ vs ‘boolean’ kind of thing I think is what readyapi thinks.
I also was unable to get ReadyAPI to parse the open api def file. I get the same errors.
I was able to get Burp to take the file but only because it seems to ignore this error in the file. I think it will simply skip that part of the apps API(s) and test the others in the file.