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

PropertyNameHandling

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