Enum JsonSchemaType
Defines the recognized schema data types.
Namespace: Manatee.Json.Schema
Assembly: Manatee.Json.dll
Syntax
[Flags]
public enum JsonSchemaType
Fields
| Name | Description |
|---|---|
| Array | Indicates the array type. |
| Boolean | Indicates the boolean type. |
| Integer | Indicates the integer type. |
| NotDefined | Provides a default value so that type cannot be assumed. |
| Null | Indicates the null type. |
| Number | Indicates the number type. |
| Object | Indicates the object type. |
| String | Indicates the string type. |