This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Better handle differing return types for schemas and examples. #3
Labels
enhancement
New feature or request
The RAML generator currently does not handle serialization through Jackson serializers cleanly. The original design concept was that API objects should most closely represent the input/output of the service, but this is fundamentally ignoring some of the power of Jackson for reusable serializers.
Investigate and implement a better way to specify rather than derive property types where applicable.
The text was updated successfully, but these errors were encountered: