openapi2jsonschema
openapi2jsonschema copied to clipboard
Some OpenAPI formats are not part of JSON Schema
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.