featurehelp wanted
Description
Here is a valid schema:
{
"title": "A registration form",
"description": "A simple form example.",
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"$ref": "https://api.myjson.com/bins/3bkzl.json#/definitions/address"
}
}
}
It throws exception when dereference $ref.