Yelp/swagger_spec_validator

basePath value can't be a URL starting with https://

pajusmar opened this issue · 0 comments

Swagger spec says that the value SHOULD be in the format of a URL.

Is the exclusion of the HTTPS protocol an oversight?

If yes, can the regex be modified to read "^https?://", ?