This repository was archived by the owner on Nov 8, 2024. It is now read-only.
·
157 commits
to master
since this release
Bug Fixes
-
Prevent the parser from throwing an error when handling a Server Object with
variables when the URL does not contain any variables. For example:openapi: 3.0.3 servers: - url: https://example.com variables: version: default: '1.0' paths: {}