using Newtonsoft.Json.Converters; namespace SchemaValidator.Util; public class StringToEnumCamelCaseConverter : StringEnumConverter { }