Open
Description
Currently the OpenApi integration only assumes a meta object at the top-level of a response document.
In JADNC it is possible to include metadata at places deeper in the document structure as well. The following places can be used to configure metadata:
JsonApiOptions.IncludeTotalResourceCount
- Implementations of
IResponseMeta
- Implementations of
ResourceDefinitions.GetMeta(TResource)
Upon adding meta
to schemas during the generation, these configurations should be taken into account.