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

PropertyNameHandling

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