JsonApiDotNetCore
JsonApiDotNetCore copied to clipboard
Member order in swagger.json
Member order in swagger.json should be: jsonapi, links, data, meta. However, having data in-between cannot be done using STJ on .NET 5. Solutions to consider: flattening the type hierarchy, using Newtonsoft instead of STJ or taking a dependency on .NET 6. Please create a tracking issue to address this.
Originally posted by @bart-degreed in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1105#discussion_r754333724