SchemaValueType Enum
Namespace: Json.Schema
Enumerates the schema value types.
Remarks
This is a flags-enabled enumeration, so values that support multiple types can be bit-wise OR’d | together.
Values
| Name | Summary |
|---|---|
| Object | Indicates the value should be an object. |
| Array | Indicates the value should be an array. |
| Boolean | Indicates the value should be a boolean. |
| String | Indicates the value should be a string. |
| Number | Indicates the value should be a number. |
| Integer | Indicates the value should be an integer. |
| Null | Indicates the value should be null. |