WriteError({
"index" : 0,
"code" : 121,
"errmsg" : "Document failed validation",
"op" : {
"_id" : ObjectId("64edf80649cb46e259a44784"),
"Nome" : "Emanuelly Raquel Peixoto",
"CPF" : "587.179.508-05",
"Data_Nascimento" : "24/05/1966",
"Genero" : "Feminino",
"Profissao" : "Gerente de loja",
"Endereco" : "Rua São Bento Abade, número 833, Jardim Marilena, Guarulhos, SP, 07140-450",
"Status_Civil" : "Viuvo(a)"
},
"errInfo" : {
"failingDocumentId" : ObjectId("64edf80649cb46e259a44784"),
"details" : {
"operatorName" : "$eq",
"specifiedAs" : {
"jsonSchema" : {
"bsonType" : "object",
"additionalProperties" : false,
"required" : [
"_id",
"Nome",
"CPF",
"Status_Civil",
"Data_Nascimento",
"Endereco",
"Genero",
"Profissao"
],
"properties" : {
"_id" : {
"bsonType" : "objectId",
"description" : "Informe corretamente o id do cliente"
},
"Nome" : {
"bsonType" : "string",
"maxLength" : 150,
"description" : "Informe corretamente o nome do cliente"
},
"CPF" : {
"bsonType" : "string",
"minLength" : 14,
"maxLength" : 14,
"description" : "Informe corretamente o CPF do cliente"
},
"Status_Civil" : {
"bsonType" : "string",
"enum" : [ "Solteiro(a)", "Casado(a)", "Separado(a)", "Divorciado(a)", "Viuvo(a)" ],
"description" : "Informe corretamente o Status Civil do cliente"
},
"Data_Nascimento" : {
"bsonType" : [ "string", "null" ],
"description" : "Informe corretamente a data de nascimento do cliente"
},
"Endereco" : {
"bsonType" : "string",
"description" : "Informe corretamente o endereço do cliente"
},
"Genero" : {
"bsonType" : "string",
"description" : "Informe corretamente o genero do cliente"
},
"Profissao" : {
"bsonType" : "string",
"description" : "Informe corretamente a profissão do cliente"
}
}
}
},
"reason" : "field was missing"
}
}
})