openapi3 icon indicating copy to clipboard operation
openapi3 copied to clipboard

321#

Open luckydonald opened this issue 1 year ago • 1 comments

Pull request for #122.

luckydonald avatar Jun 26 '24 16:06 luckydonald

In Python, "number" is analogous to the float type. https://json-schema.org/understanding-json-schema/reference/numeric#number

Here, the default type has to be (casted to) float instead of accepting integer as type for number. Anyway, I've forked this library some time ago. Maybe try it.

aiopenapi3 -v validate https://demo.grocy.info/api/openapi/specification
…  0:00:01.856150 (processing time)
… 86 #operations
… 0 #operations (with operationId)
… 0 https://demo.grocy.info/api/openapi/specification: 52
… 52 schemas total
OK

commonism avatar Jul 02 '24 19:07 commonism