Home SchemaValueType Enum
SchemaValueType Enum
Cancel

SchemaValueType Enum

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

NameSummary
ObjectIndicates the value should be an object.
ArrayIndicates the value should be an array.
BooleanIndicates the value should be a boolean.
StringIndicates the value should be a string.
NumberIndicates the value should be a number.
IntegerIndicates the value should be an integer.
NullIndicates the value should be null.
Contents