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
* the passed schema object must be a `JSONObject` or a `Boolean` (the formal parameter type is `Object` only because
498
-
these two don't have any common superclass).
499
-
* if you want you can pass a URL with HTTP protocol, it is still a valid URI. Since in this case you pre-assigned a schema
500
-
to an URI, there will be no network call made. This can be a caching strategy (though defining your own `SchemaClient`
501
-
implementation works too)
498
+
these two don't have any other common superclass).
499
+
* if you want, you can pass a URL with HTTP protocol, it is still a valid URI. Since in this case you pre-assigned a schema
500
+
to a URI, there will be no network call made. This can be a caching strategy (though defining your own `SchemaClient`
501
+
implementation works too, or you can even utilize the extensible [protocol handling](https://stackoverflow.com/questions/26363573/registering-and-using-a-custom-java-net-url-protocol) of the `java.net` package)
0 commit comments