JsonReferenceResolver public class JsonReferenceResolver Resolves JSON Pointer references. Documentation Code public JsonReferenceResolver() public void AddDocumentReference(string documentPath, JsonSchema4 schema) Adds a document reference. public JsonSchema4 ResolveReference(object rootObject, string jsonPath) Gets the object from the given JSON path.