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
[JsonProperty(Order =20, PropertyName ="member")]publicT[]? Members {get;set;}
in the output swagger documentation members is used so it looks like it's not respecting the [JsonProperty] name. Look at how we can get the swagger documentation correctly respecting these properties.
Is this related to #886 and use of [ProducesResponseType] ?
The text was updated successfully, but these errors were encountered:
HydraCollection<T>
has the following propertyin the output swagger documentation
members
is used so it looks like it's not respecting the[JsonProperty]
name. Look at how we can get the swagger documentation correctly respecting these properties.Is this related to #886 and use of
[ProducesResponseType]
?The text was updated successfully, but these errors were encountered: