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

IsExternalInit

public static class IsExternalInit
Reserved to be used by the compiler for tracking metadata. This class should not be used by developers in source code.
using System.ComponentModel; namespace System.Runtime.CompilerServices { [EditorBrowsable(EditorBrowsableState.Never)] public static class IsExternalInit { } }