Skip to content

bug: Validator doesn't support format: email #326

Closed
@kblw

Description

@kblw

Seems, that format email it's just string.
I have schema:

{
    "type": "object",
    "properties": {
        "email": {
            "type": "string",
            "format": "email"
        }
    }
}

I'm trying to validate data:

{"email": "just string"}

And validator said that's ok.

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