in my schema, there is one field named emailAddress, and defined as below "emailAddress": { "maxLength": 80, "format": "email", "type": "string" }, if we use networkNT to validate the string gmail@@gmail.com, it will not throw validation exception at all.