omissis/go-jsonschema-fork

proposal: add support to type string - format

Al-Pragliola opened this issue · 1 comments

in the README support to format is not listed, but it would be nice to validate also with built-in formats

example:

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

moved to the original repo: omissis/go-jsonschema#55