playlyfe / themis

A blazing fast JSON Schema v4 validator!
Other
60 stars 7 forks source link

Themis fails the test `change resolution scope, changed scope ref invalid` in the official JSON-schema test suite #9

Closed ebdrup closed 9 years ago

ebdrup commented 9 years ago

change resolution scope, changed scope ref invalid

Expected result: false but validator returned: "Object #<Object> has no method '0'"

This is probably due to the way themis handles ids of schemas.

This is causing themis to not be included in the jsck benchmarks. See the discussion here: https://github.com/pandastrike/jsck/issues/81