JsonApiDotNetCore icon indicating copy to clipboard operation
JsonApiDotNetCore copied to clipboard

Support for top-level `jsonapi` object

Open maurei opened this issue 4 years ago • 0 comments

The current state of the OpenApi integration does not add the jsonapi object in the OAS file.

In JADNC the JsonApiObject can be included in a response document by configuring JsonApiOptions.IncludeJsonApiVersion. Depending on this setting, the JsonApiObject should be included or excluded in the schema of a response document.

maurei avatar Sep 01 '21 12:09 maurei