JsonSchemaType
The value types allowed by the JsonSchema.
JSON Schema validation has been moved to its own package. See http://www.newtonsoft.com/jsonschema for more details.
Any = 127
Any type.
Array = 32
Array type.
Boolean = 8
Boolean type.
Float = 2
Float type.
Integer = 4
Integer type.
None = 0
No type specified.
Null = 64
Null type.
Object = 16
Object type.
String = 1
String type.