<PackageReference Include="NJsonSchema" Version="10.1.7" />

PropertyNameHandling

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