Skip to content

No validation on string regular expression? #22

@csimplestring

Description

@csimplestring

Hi,

Here is my json schema:
"image": {
"type": "string",
"pattern": "^((http://|https://)?(www)?)+(.?([\w/]))+.?([\w])+?$"
},

but when I input data like:
{
"image": "htt://www.example.com/1.jpg"
}

It always validates to be TRUE. So regular expression is not supported yet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions