Skip to content

Commit d21fa84

Browse files
authored
Expand uris in $schemas in resolve_all(). (#82)
1 parent 55018dd commit d21fa84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema_salad/ref_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def add_context(self, newcontext, baseuri=""):
326326
raise validate.ValidationException(
327327
"Refreshing context that already has stuff in it")
328328

329-
self.url_fields = set()
329+
self.url_fields = set(("$schemas",))
330330
self.scoped_ref_fields = {}
331331
self.vocab_fields = set()
332332
self.identifiers = set()

0 commit comments

Comments
 (0)