JsonSchemaType Enum
Namespace: Stimulsoft.Base.Json.Schema
Members
| Member | Value | Description |
|---|---|---|
| None | 0 | No type specified. |
| String | 1 | String type. |
| Float | 2 | Float type. |
| Integer | 4 | Integer type. |
| Boolean | 8 | Boolean type. |
| Object | 16 | Object type. |
| Array | 32 | Array type. |
| Null | 64 | Null type. |
| Any | String | Float | Integer | Boolean | Object | Array | Null | Any type. |