JsonApiDotNetCore
JsonApiDotNetCore copied to clipboard
Generalized handling of link objects
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:
- toggling
JsonApiOptions.DefaultPageSize
(enabling/disabling paging links) -
LinkTypes
cascading configuration
These settings should be taken into account when links are included or excluded in the generation of schemas.