diff --git a/sgschema/schema.py b/sgschema/schema.py index 6281528..1b156b5 100644 --- a/sgschema/schema.py +++ b/sgschema/schema.py @@ -193,7 +193,7 @@ def load_entry_points(self, base_url, group='sgschema_loaders', verbose=False): return else: if data: - schema.load(data) + self.load(data) def load(self, input_, recurse=True): """Load a JSON file or ``dict`` containing schema structures.