Click or drag to resize
Json.NET Schema

JSchemaType Enumeration

 
The value types allowed by the JSchema.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
[FlagsAttribute]
public enum JSchemaType
Members
  Member nameValueDescription
None0 No type specified.
String1 String type.
Number2 Number type.
Integer4 Integer type.
Boolean8 Boolean type.
Object16 Object type.
Array32 Array type.
Null64 Null type.
See Also