Class JsonSchemaResolver
Inheritance
JsonSchemaResolver
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.Obsolete("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")]
public class JsonSchemaResolver
Constructors
Declaration
public JsonSchemaResolver ();
Properties
Declaration
public System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchema> LoadedSchemas { get; protected set; }
Property Value
Methods
Declaration
public virtual Newtonsoft.Json.Schema.JsonSchema GetSchema (string reference);
Parameters
Returns