Show / Hide Table of Contents

    Enum JsonSchemaType

    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    [System.Flags]
    [System.Obsolete("JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.")]
    public enum JsonSchemaType

    Any

    Array

    Boolean

    Float

    Integer

    None

    Null

    Object

    String

    Back to top Azure SDK for Net