-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support all built-in formats of JSON Schema #60
Comments
Hi, It would be great to keep track of what is implemented from the built-in formats and what is not. I made a list from the docs here to help track progress. Built-in formats Dates and timesDates and times are represented in RFC 3339, section 5.6. This is a subset of the date format also commonly known as ISO8601 format.
Email addresses
Hostnames
IP Addresses
Resource identifiers
URI template
JSON Pointer
Regular Expressions
Be careful, in practice, JSON schema validators are only required to accept the safe subset of regular expressions described elsewhere in this document. |
To be compatible with JSON Schema, maybe all of these should be implemented? Required for #54. Let's not do this now.
https://json-schema.org/understanding-json-schema/reference/string.html#built-in-formats
The text was updated successfully, but these errors were encountered: