JamesNK / Newtonsoft.Json.Schema

Json.NET Schema is a powerful, complete and easy to use JSON Schema framework for .NET
http://www.newtonsoft.com/jsonschema
Other
247 stars 107 forks source link

StringEnumGenerationProvider support custom NamingStrategy #337

Closed AZhrZho closed 4 months ago

AZhrZho commented 6 months ago

This makes StringEnumGenerationProvider support all naming strategies, not only camel-case. To maintain compatibility, the original CamelCaseText property is retained ~and marked as obsolete~. It should be removed at an opportune time in the future.

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

JamesNK commented 4 months ago

Hi. I took a look at your changes. Why did you remove the obsolete attribute you added?

Edit: I made some changes and added the obsolete attribute back.