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
Problem is that the inner schema validation does not occur if it is included using $ref, but is if embedded directly.
The error is Unknown schema reference: http://json-schema.org/draft-03/schema# but that schema is found using env.findSchema("http://json-schema.org/draft-03/schema#");...
Apologies for not using the same test framework as you, this is extracted and simplified from my code. Apologies also if I'm doing something obviously wrong.
The text was updated successfully, but these errors were encountered:
evdb
pushed a commit
to mysociety/popit-api
that referenced
this issue
Mar 19, 2013
Please see https://gist.github.com/evdb/5196782 for test script and the output I'm getting.
Problem is that the
inner
schema validation does not occur if it is included using$ref
, but is if embedded directly.The error is
Unknown schema reference: http://json-schema.org/draft-03/schema#
but that schema is found usingenv.findSchema("http://json-schema.org/draft-03/schema#");
...Apologies for not using the same test framework as you, this is extracted and simplified from my code. Apologies also if I'm doing something obviously wrong.
The text was updated successfully, but these errors were encountered: