We are using nSwag and it generates a
Newtonsoft.Json.JsonConverter
attribute on a property, specifically
Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))
Is there anyway to override the attribute at run, to use a different JsonConverter. I've tried adding it to settings.Converters but that does not seem to work.