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

ReferenceTypeNullHandling

Specifies the default null handling for reference types when no nullability information is available.
NotNull = 1

Reference types cannot be null by default.

Null = 0

Reference types are nullable by default (C# default).