RicoSuter/NJsonSchema

$ref: json is not validated to be a valid schema

Open

#594 opened on Jan 5, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C# (550 forks)github user discovery
help wantedtype: enhancement

Repository metrics

Stars
 (1,578 stars)
PR merge metrics
 (Avg merge 39d 6h) (1 merged PR in 30d)

Description

Hi,

No exception is thrown in case of referencing non-schema json. All other referenced schema-files were processed correctly

should be "Order": {"$ref": "Order.schema.json"}, was "Order": {"$ref": "Order.sample.json"}, expected Exception if it's not a schema

KR

Contributor guide