-
-
Notifications
You must be signed in to change notification settings - Fork 548
$ref to external json file #566
Copy link
Copy link
Open
Description
I'd like to load a schema that has $refs to other json files with http urls. Currently NJsonSchema throws exceptions saying it can't resolve those references. Do you have plans to support this scenario?
An example schema is http://datafactories.schema.management.azure.com/schemas/2015-09-01/Microsoft.DataFactory.Pipeline.json. You'll need to download it with a client that doesn't automatically redirect to https or ignore https cert hostname mismatch errors.
Reactions are currently unavailable