A basic example of how to use Modelina with an OpenAPI document that iterates the components section to determine models.
Run this example using:
npm i && npm run startIf you are on Windows, use the start:windows script instead:
npm i && npm run start:windows