Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve OpenAPI defaulting to a single server
The OpenAPI specification dictates that that an empty or missing server object should default to a server object of one item with a URL of "/" [1]. This is reflected in 0.8 of openapi3_parser so the code here is adapted to reflect that. [1]: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#openapi-object
- Loading branch information