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

IDocumentPathProvider

public interface IDocumentPathProvider
Provides a property to get a documents path or base URI.
namespace NJsonSchema { public interface IDocumentPathProvider { string DocumentPath { get; } } }