Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

@apielements/[email protected]

Compare
Choose a tag to compare
@kylef kylef released this 30 Apr 16:14
· 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: {}