JsonReferenceBase<T> public abstract class JsonReferenceBase<T> : IJsonReferenceBase where T : IJsonReference A base class which may reference another object. Documentation Code public string DocumentPath { get; set; } Gets the document path (URI or file path) for resolving relative references. public virtual T Reference { get; set; } Gets or sets the referenced object. protected JsonReferenceBase()