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 92 openapi-spec-validator issues
Sort by recently updated
recently updated
newest added

It would be nice if I could run `openapi-spec-validator --version` to see the installed version number.

Hi, In OpenAPI 3.0 it's a common pattern to represent a reference that can be null as an `allOf` with `nullable: true`. However, if you set the `default` to `null`,...