You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like most JSON Schema implementations, `jsonschema` doesn't actually deal directly with JSON at all (other than in relation to the :kw:`$ref` keyword, elaborated on below).
80
80
@@ -99,8 +99,8 @@ In such cases one is recommended to first pre-process the data such that the res
99
99
In the previous example, if the desired behavior is to transparently coerce numeric properties to strings, as Javascript might, then do the conversion explicitly before passing data to this library.
100
100
101
101
102
-
How do I configure a base URI for ``$ref`` resolution using local files?
0 commit comments