IJsonReference public interface IJsonReference : IJsonReferenceBase A JSON object which may reference other objects with $ref. Documentation Code IJsonReference ActualObject { get; } Gets the actual referenced object, either this or the reference object. object PossibleRoot { get; } Gets the parent object which may be the root.