swagger-parser
swagger-parser copied to clipboard
Parser fails silently with no messages and null openapi result
Hello, I am using 2.1.22 to parse the MS Graph API at the url here: https://raw.githubusercontent.com/microsoftgraph/msgraph-metadata/master/openapi/v1.0/openapi.yaml
The result is no openApi object or messages.
I tried DeserializationUtils.setYaml30Mapper(...) to increase the yaml code point limit, with no success.
Converting the file to json worked.
I didn't mean to close the issue with the last comment. I think there's a need for some error handling and support for large files.