I found the issue, it has to do with the fact that the default lineTerminator for a stream on windows is CRLF, even inside docker. After applying https://github.com/lscalese/openapi-common-lib/pull/1 the API works like a charm. See https://github.com/lscalese/openapi-suite/issues/8
Hi @Lorenzo Scalese,
I am applying openapi suite on the APIs published on https://nuts-node.readthedocs.io/en/stable/pages/integrating/api.html, and the result is disappointing, as no operations and/or messages have been generated. For the 7 openAPI specifications, the generated package is identical and quite empty. So to me this is not helpful.
Although a minor point, even the servers-property from the openapi specification (url: http://localhost:1323) is being replaced with the location of the yaml file. Why?
I would like to discuss what we can do to make this better!





The class ChangeLog.DB.PersistentWithChangeLog has just been changed. We had an issue with objects being part of the new data json, in which case %ToJSON() would fail. The code is now more robust.