Table of Contents

Enum JsonSchemaType

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

Fields

Any = String | Float | Integer | Boolean | Object | Array | Null
Array = 32
Boolean = 8
Float = 2
Integer = 4
None = 0
Null = 64
Object = 16
String = 1