I am trying to generate a java client based on orthanc openapi schema provided on https://api.orthanc-server.com/ documentation page but the models (DTO’s) schema definitions are missing.
Is there a reason for that or they will be available in the future?
The OpenAPI specification essentially serves as a reference for the users of the REST API. It is not designed to automatically generate a wrapper, so we don’t plan to define the models schemas.