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

System.Runtime.CompilerServices.ModuleInitializerAttribute

Used to indicate to the compiler that a method should be called in its containing module's initializer.
namespace System.Runtime.CompilerServices { internal sealed class ModuleInitializerAttribute : Attribute { public ModuleInitializerAttribute(); } }