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

SchemaType

public enum SchemaType
Defines how to express the nullability of a property.

Uses oneOf with null schema and null type to express the nullability of a property (valid JSON Schema draft v4).

Uses null handling of Open API 3.

Uses required to express the nullability of a property (not valid in JSON Schema draft v4).