Closed
Description
The current state of the OpenApi integration has a hardcoded configuration for where and when links are included in schemas.
In JADNC this can be configured by:
togglingJsonApiOptions.DefaultPageSize
(enabling/disabling paging links)- This wouldn't be correct. Even when pagination is turned off by default, it can still be activated per request using the
page[size]
query string parameter.
- This wouldn't be correct. Even when pagination is turned off by default, it can still be activated per request using the
LinkTypes
cascading configuration
These settings should be taken into account when links are included or excluded in the generation of schemas.