python-openapi / openapi-spec-validator

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numbers converted into scientific notation are not considered valid numbers

gaurav opened this issue · comments

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 is judged to not be a valid number (Could not validate OpenAPI at https://nodenormalization-sri.renci.org/openapi.json: '1e-06' is not of type 'number'). Is there any way to work around this?

May be related to #115

I am seeing the same exact issue, it works with 1.0e+23 but not 1e+23 using version 0.2.9