PropertyNameHandling public enum PropertyNameHandling Defines the property name handling. Documentation Code namespace NJsonSchema.Generation { public enum PropertyNameHandling { Default, CamelCase, SnakeCase } }