polywrap-jsonref 0.1.0

Deref your JSONSchema here!
Documentation
1
2
3
4
5
{"title": "title from url",
 "properties": {"prop1": {"title": "sub property title in other.json"},
                "prop2": {"$ref": "#/properties/prop1"}
               }
}