WebSphere Liberty

To enable the MicroProfile OpenAPI 2.0 feature, add the following element declaration into your server.xml file, inside the featureManager element:

<feature>mpOpenAPI-2.0</feature>

Once the OpenAPI feature is enabled, open the URL http://<hostname:port>/openapi in a browser. Select the text and save it as a YAML (.yml) file.