<PackageReference Include="NJsonSchema" Version="11.0.0-preview002" />

IDocumentPathProvider

public interface IDocumentPathProvider
Provides a property to get a documents path or base URI.
using Newtonsoft.Json; namespace NJsonSchema { public interface IDocumentPathProvider { [JsonIgnore] string DocumentPath { get; set; } } }