You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Member order in swagger.json should be:
jsonapi
,links
,data
,meta
. However, havingdata
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 #1105 (comment)
The text was updated successfully, but these errors were encountered: