openapi-spec-validator icon indicating copy to clipboard operation
openapi-spec-validator copied to clipboard

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.

Results 79 openapi-spec-validator issues
Sort by recently updated
recently updated
newest added

Found and fixed by running `typos` against the codebase.

Read the Docs builds began permanently failing on February 26, 2024. The differential diagnosis between success and failure seems to be that [the last successful build](https://app.readthedocs.org/projects/openapi-spec-validator/builds/23513651/#220526594--2) used Poetry 1.7.1; [the...

It appears that [Travis CI hasn't run against the repo for ~4 years](https://app.travis-ci.com/github/python-openapi/openapi-spec-validator/builds). Therefore, this PR removes the Travis CI config file and README badge.

In the below yaml file data it says parameter in path but the api path doesn't have the parameter and the package is not reporting the issue. It shows the...

pre-commit doesn't use `hooks.yaml` [[docs link](https://pre-commit.com/#creating-new-hooks)] -- it relies on `.pre-commit-hooks.yaml`. Therefore this PR removes the unused `hooks.yaml` file.

This PR introduces the following changes: * It updates the tox config so that it can run. The `setup.py` file is gone, as are the `requirements.txt` files. Poetry is invoked...

This PR introduces the following changes: * Fix deprecated pre-commit stage names. When `pre-commit install` is run, it currently throws a deprecation regarding the stage names in the config file....

My Pipfile installs `openapi-core = "==0.19.4"`. I tried regenerating my Pipfile.lock from my Pipfile. This causes a failure when we download 0.7.2 of openapi-spec-validator. This causes an error in openapi-core...

I have in an external projects some problems with the openapi-spec-validator. In our project, we happen to generate an property that either has a value from an `enum`, or can...