object
Creates a schema that matches objects of provided shape.
allowUnknownKeys
#
The allowUnknownKeys
option is used to not throw validation error on unspecifed fields in object (false
by default):
Creates a schema that matches objects of provided shape.
allowUnknownKeys
#The allowUnknownKeys
option is used to not throw validation error on unspecifed fields in object (false
by default):