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

PropertyNameHandling

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