Skip to content

issues Search Results · repo:python-openapi/openapi-spec-validator language:Python

Filter by

114 results
 (54 ms)

114 results

inpython-openapi/openapi-spec-validator (press backspace or delete to remove)

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
  • 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

I couldn t find a way to read from a string, without spamming a temporary file. from openapi_spec_validator import validate schema_text = { openapi : 3.0.0 } schema: Schema = ???(schema_text) ...
  • luckydonald
  • 3
  • Opened 
    on Jun 26, 2024
  • #362

- Download file wget https://petstore.swagger.io/v2/swagger.json - While using python 3.11 ❯ openapi-spec-validator --schema detect swagger.json OK - While using python 3.12 ❯ openapi-spec-validator ...
  • dmdhrumilmistry
  • 2
  • Opened 
    on Feb 1, 2024
  • #327

The property pvalue_threshold in https://nodenormalization-sri.renci.org/openapi.json fails validation because the default value (0.000001) is converted into scientific notation in Python (1e-06), which ...
  • gaurav
  • 1
  • Opened 
    on Nov 16, 2023
  • #308

Can t run this image as part of a CI as the sh isn t working for some reason. I have a team using the python module, but, do to our corporate policies, they have to do a lot of gymnastics to make it work. ...
  • elafontaine
  • 3
  • Opened 
    on Oct 6, 2023
  • #287

REF https://github.com/python-jsonschema/jsonschema/commit/931323043b4409a0416f373403bfb52408fc282f 2023-09-20_17-20 File was renamed on latest jsonschema released 2 hours ago
  • rochacbruno
  • 2
  • Opened 
    on Sep 20, 2023
  • #280

Following specification causes validator to report only the event-photo property Required list has not defined properties: [ event-photo ] whereas I would expect similar messages for the problem-type, ...
  • energister
  • Opened 
    on Aug 18, 2023
  • #266

Hi! We re using openapi-spec-validator to validate OpenAPI 3 spec files in YAML with thousands of references to a small number of other files. There seems to have been a big performance regression between ...
kind/bug/confirmed
  • miikka
  • 2
  • Opened 
    on Aug 1, 2023
  • #260
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub