You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also it appears that unknown types from the lib will always pass validation, which sounds a little dangerous if you ask me -- though that's probably another issue.
Could we consider bringing support for date-time validation?
The text was updated successfully, but these errors were encountered:
JSONSchema defines a
date-time
type which doesn't seem to be supported atm by the library (whiledate
oddly does):I'm using jsonschema v1.0.2.
Also it appears that unknown types from the lib will always pass validation, which sounds a little dangerous if you ask me -- though that's probably another issue.
Could we consider bringing support for
date-time
validation?The text was updated successfully, but these errors were encountered: