Skip to content

couldnot validate the email format in json schema #188

@ctopCanada

Description

@ctopCanada

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions