JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Generalized handling of link objects

Open maurei opened this issue 3 years ago • 0 comments

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.

maurei avatar Sep 01 '21 12:09 maurei