openapi2jsonschema icon indicating copy to clipboard operation
openapi2jsonschema copied to clipboard

Some OpenAPI formats are not part of JSON Schema

Open tewe opened this issue 6 years ago • 0 comments

OpenAPI may specify {"type": "number", "format": "float"} but JSON Schema only knows string formats, so this causes some tools to fail. It would be nice to filter those formats out.

tewe avatar Jan 24 '19 07:01 tewe