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

PropertyNameHandling

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