JsonObjectType
Enumeration of the possible object types.
            
             Keep in sync with NJsonSchema.JsonObjectType
             
                
Array = 1
An array. 
Boolean = 2
A boolean value. 
File = 128
A file (used in Swagger specifications). 
Integer = 4
An integer value. 
None = 0
No object type. 
Null = 8
A null. 
Number = 16
An number value. 
Object = 32
An object. 
String = 64
A string.