Type Alias: SchemaTypeMap
SchemaTypeMap =
object
Describes the mapping of a value type name to a type.
Properties
array
array:
any[]
The array.
boolean
boolean:
boolean
The boolean.
date
date:
Date
The date.
enum
enum:
any
The enumeration.
number
number:
number
The number.
object
object:
object
The object.
string
string:
string
The string.
time
time:
string
The time.