Currently code support only JSON format and documentation doesn't explicitly say YML is not supported, either warning or error is returned in case I provide YML format.
Here is the pull request to support YML format. Also added test cases for quick testing.
handling of openapi spec yaml format
added demo file in yml format - [config/openapi_for_demo.yml]
logged warning in case open api spec is not parsed
Currently code support only JSON format and documentation doesn't explicitly say YML is not supported, either warning or error is returned in case I provide YML format. Here is the pull request to support YML format. Also added test cases for quick testing.