Show / Hide Table of Contents

    Class JsonSchemaResolver

    Inheritance
    Object
    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

    JsonSchemaResolver()

    Declaration
    public JsonSchemaResolver ();

    Properties

    LoadedSchemas

    Declaration
    public System.Collections.Generic.IList<Newtonsoft.Json.Schema.JsonSchema> LoadedSchemas { get; protected set; }
    Property Value
    IList<JsonSchema>

    Methods

    GetSchema(String)

    Declaration
    public virtual Newtonsoft.Json.Schema.JsonSchema GetSchema (string reference);
    Parameters
    String reference

    Returns
    JsonSchema

    Back to top Azure SDK for Net