Enum JsonSchemaType
- Namespace
- Newtonsoft.Json.Schema
- Assembly
- Newtonsoft.Json.dll
The value types allowed by the JsonSchema.
[Flags]
public enum JsonSchemaType
Fields
Any = String | Float | Integer | Boolean | Object | Array | NullAny type.
Array = 32Array type.
Boolean = 8Boolean type.
Float = 2Float type.
Integer = 4Integer type.
None = 0No type specified.
Null = 64Null type.
Object = 16Object type.
String = 1String type.