Skip to content
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

Add support for more jsonschema builtin string formats #113

Closed
n1k0 opened this issue Apr 4, 2016 · 2 comments
Closed

Add support for more jsonschema builtin string formats #113

n1k0 opened this issue Apr 4, 2016 · 2 comments

Comments

@n1k0
Copy link
Collaborator

n1k0 commented Apr 4, 2016

From http://spacetelescope.github.io/understanding-json-schema/reference/string.html

The following is the list of formats specified in the JSON Schema specification.

  • "date-time": Date representation, as defined by RFC 3339, section 5.6.
  • "email": Internet email address, see RFC 5322, section 3.4.1.
  • "hostname": Internet host name, see RFC 1034, section 3.1.
  • "ipv4": IPv4 address, according to dotted-quad ABNF syntax as defined in RFC 2673, section 3.2.
  • "ipv6": IPv6 address, as defined in RFC 2373, section 2.2.
  • "uri": A universal resource identifier (URI), according to RFC3986.
@n1k0 n1k0 added the question label Apr 4, 2016
@n1k0 n1k0 changed the title Add support for more jsonschema builtin types Add support for more jsonschema builtin string formats Apr 4, 2016
@n1k0
Copy link
Collaborator Author

n1k0 commented Apr 4, 2016

date-time string format support has landed in #116.

@n1k0
Copy link
Collaborator Author

n1k0 commented Apr 4, 2016

Fixed by #113.

@n1k0 n1k0 closed this as completed Apr 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants