SchemaResolver

Resolver callback for loading schema documents this library has no local copy of. Never invoked unless the caller supplies one — reference resolution is local-only by default and the library itself performs no I/O.

@safe
alias SchemaResolver = JsonNode delegate
(
string uri
)
@safe