As of today (v1.6.0), jsonschema_default.create_from methods receives the schema as a parameter and it is only accepted in 3 types (dict, str or Path). It would be interesting to get the defaults also from an external URL.
This link from jsonschema library would help on the implementation: Automatically Retrieving Resources Over HTTP