Skip to content

schemas embedded using $ref not being validated. #68

Description

@evdb

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 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions