Skip to content

Generalized handling of link objects #1062

Closed
@maurei

Description

@maurei

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)
    • 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.
  • LinkTypes cascading configuration

These settings should be taken into account when links are included or excluded in the generation of schemas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions