required: [
'firstName' 'lastName'
which is the same as:
{
"required": [ "firstName", "lastName" ]
in JSON :)
required: [
]which is the same as:
{
}in JSON :)