Pavel Evdokimov

Results 26 comments of Pavel Evdokimov

Any progress on this issue? It's really disappointing situation. Almost a year passed since issue was opened.

BigstickCarpet, where are you? We are miss you! Looks like z-schema is not planning support of json-schema v5 in the near future. May be better switch to ajv?

Really? a couple weeks?

It turned out that the formats can be added directly using tv4. No need proxy formats inside your library. I think you can write about it in documentation - user-defined...

Looks like tv4 library very slow, you are considering - the transition to a faster library? For example: https://github.com/epoberezkin/ajv or https://github.com/mafintosh/is-my-json-valid

How switching process? maybe you need help? I can try make PR for z-schema using

By the way... ajv (fastest json-schema validator) now supports some features of json-schema v5 and data coercion ;) (not advertising)

Z-schema throw error on test "JSON Schema - parse date-time params should parse a valid date-time param" "Keyword 'maximum' is expected to be of type 'number'" ``` var schema =...

Looks like using for minumum and maximum not stings is wrong: http://swagger.io/specification/

If remove tests with maximum/minimum of date and date-time then tests stops on: "JSON Schema - parse file params should parse a valid file param" With error "Keyword 'required' is...