JsonSchemaType
The value types allowed by the JsonSchema.
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.