issues Search Results · repo:python-openapi/openapi-spec-validator language:Python
Filter by
121 results
(64 ms)121 results
inpython-openapi/openapi-spec-validator (press backspace or delete to remove)It would be nice if I could run openapi-spec-validator --version to see the installed version number.
cweiske
- Opened 4 days ago
- #419
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, openapi-spec-validator attempts to validate ...
pranjalv123
- Opened 7 days ago
- #418
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 file is valid file
img width= 844 alt= Image ...
nainika-arecabay
- Opened 15 days ago
- #411
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 ...
asakr-otterai
- Opened 28 days ago
- #401
Summary
An OpenAPI 3.1 schema that validated fine with openapi-spec-validator 0.7.1 now fails with a RecursionError in 0.7.2
Environment
openapi-spec-validator | 0.7.2 ❌ / 0.7.1 ✅ uv 0.7.3 (3c413f74b ...
sammasak
- 1
- Opened 28 days ago
- #400
I am trying to upload a 3.0.0 OAS file but getting the validation error as shown below despite the required list is
present under the $ref
ValidationFailure : Required list has not defined properties: ...
nainika-arecabay
- 1
- Opened on May 6
- #390
Here is the minimal spec reproducing the issue:
{
openapi : 3.1.0 ,
paths : {
/api/query : {
post : {
responses : {
200 : {
...
gubenkoved
- 1
- Opened on Apr 9
- #388
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 be null.
See:
https://github.com/python-openapi/openapi-spec-validator/compare/master...kazie:openapi-spec-validator:test/test-with-enum-string-or-null-property ...
kazie
- Opened on Nov 19, 2024
- #378
The validation of the required keyword does not make sense as it is implemented right now, IMHO.
1. It really does not make any sense to list properties in required that do not exist.
2. If you want ...
Archelyst
- 1
- Opened on Aug 9, 2024
- #373
Some APIs contain nested schemas, and the current version of 0.7.1 openapi-spec-validator is unable catch the recursive
properties. Below is an example of what can be achieved with a little tweak in the ...
Jay-Gohil
- Opened on Aug 8, 2024
- #372

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.