kriszyp / json-schema

JSON Schema specifications, reference schemas, and a CommonJS implementation

Home Page:http://json-schema.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

date-time format value doesn't work

vlamic opened this issue · comments

Great and fast library!

I have and issue with "date-time".

I have my schema as following:

"date": {
"format" : "date-time",
"type" : "string",
"description" : "Event starting time",
"required": true
}

But the library is saying that schema is valid with any string type value. Could you help me to solve this issue?

Same for "uri" format.