IJsonReferenceBase public interface IJsonReferenceBase : IDocumentPathProvider A JSON object which may reference other objects with $ref. Documentation Code IJsonReference Reference { get; set; } Gets or sets the referenced object. string ReferencePath { get; set; } Gets or sets the type reference path ($ref).