Value MUST be an array.
Value MUST be a boolean.
Value MUST be an integer, no floating point numbers are allowed. This is a subset of the number type.
Value MUST be null. Note this is mainly for purpose of being able use union types to define nullability. If this type is not included in a union, null values are not allowed (the primitives listed above do not allow nulls on their own).
Value MUST be a number, floating point numbers are allowed.
Value MUST be an object.
Value MUST be a string.
Generated using TypeDoc
Enum consisting of simple type names for the
type
keyword