JsonApiDotNetCore
JsonApiDotNetCore copied to clipboard
Support for top-level `included` object
The top-level included object needs to be included in the OpenApi schemas for response documents.
Things to consider:
- If the resource graph should be recursively parsed to identify which types are allowed in the
includedsection in the response document associated with a particular resource, and if allowed schema forincludedshould be limited to these types - Whether to support resource inheritance