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

PropertyNameHandling

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