openapi-spec-validator
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.
So I'm trying to use robotframework-openapitools which depends on this package, and get the following exception, whenever JWT authentication is enabled (the openapi.json is generated by litestar): ``` Traceback (most...
This is so weird that I have info part of my openapi schema, but still the validator throws error - `openapi_spec_validator.validation.exceptions.OpenAPIValidationError: 'info' is a required property` I also tried public...
With this ill-formed spec: ``` openapi: 3.1.0 info: version: "1" title: "Title" components: schemas: Component: type: object properties: name: string # error here ``` ... the output is empty/nondescript: ```...
Bumps [flynt](https://github.com/ikamensh/flynt) from 1.0.2 to 1.0.6. Changelog Sourced from flynt's changelog. v.1.0.6 minor efficiency improvement by removing some dead code v.1.0.5 added -nb / --notebook flag to convert .ipynb files....
Bumps python from 3.13.5-alpine to 3.14.0-alpine. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [tox](https://github.com/tox-dev/tox) from 4.27.0 to 4.30.3. Release notes Sourced from tox's releases. 4.30.3 What's Changed Isolate the test suite from any existing DEFAULT_CONFIG_FILE file by @kurtmckee in tox-dev/tox#3612 Fix none...
I'm using the Docker call exactly as documented on https://openapi-spec-validator.readthedocs.io/en/latest/#usage , but with `--error all` (also tried `--error=all` ), but I still only see 1 error at a time. For...
Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.18.2. Changelog Sourced from mypy's changelog. Mypy 1.18.2 Fix crash on recursive alias (Ivan Levkivskyi, PR 19845) Add additional guidance for stubtest errors when runtime...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.2.0 to 4.3.0. Release notes Sourced from pre-commit's releases. pre-commit v4.3.0 Features language: docker / language: docker_image: detect rootless docker. #3446 PR by @matthewhughes934. #1243 issue by...
Bumps [deptry](https://github.com/fpgmaas/deptry) from 0.23.0 to 0.23.1. Release notes Sourced from deptry's releases. 0.23.1 What's Changed Bug Fixes Improve handling of TYPE_CHECKING blocks by supporting import typing as t and checking...