Closed VShingala closed 1 year ago
This PR fixes issue where having extra spaces between openapi or swagger and version field was considered an incorrect definition.
openapi
swagger
version
We'll now be accepting zero or more of a any white space before and after : to determine spec versions.
:
See all added test cases to see more different scenarios.
Overview
This PR fixes issue where having extra spaces between
openapi
orswagger
andversion
field was considered an incorrect definition.We'll now be accepting zero or more of a any white space before and after
:
to determine spec versions.See all added test cases to see more different scenarios.