⚠ Notice ⚠

Paths without references will not generate XSD's!

Make sure that the OpenAPI document is valid.

There are 2 ways to use the OpenApi2Frank converter:

1. Upload your OpenAPI file to the converter.

2. Enter the URL of your OpenAPI file.

After that you can choose to either get the receiver or sender variant of the Frank.

There are several ways your Frank can be incomplete:

1. Your OpenAPI file is not valid. Such as empty arrays or missing elements.

2. Your OpenAPI file has no references, which will result in no XSD being generated for that part.

It's best to check if your OpenAPI file is valid. And after getting the generated files, check if something is missing.

If you think that the converter is not working properly, please make an issue at: Github. Include the OpenAPI file you've used.

The following API URL's can be used for usage in your own application. All are POST.

1. https://openapi-frank-generator.wearefrank.org/receiver-file Requires: OpenAPI File. Returns an zip containing receiver Franks.

2. https://openapi-frank-generator.wearefrank.org/receiver-url Requires: OpenAPI URL. Returns an zip containing receiver Franks.

3. https://openapi-frank-generator.wearefrank.org/sender-file Requires: OpenAPI File. Returns an zip containing sender Franks.

4. https://openapi-frank-generator.wearefrank.org/sender-url Requires: OpenAPI URL. Returns an zip containing sender Franks.