Skip to content

Commit cd8f7d3

Browse files
committed
invert recommendation against online access to for offline access
1 parent 9cbb385 commit cd8f7d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jsonschema-core.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,9 +1133,8 @@ provides the ability to validate recursive structures through self-reference.
11331133

11341134
The resolved IRI produced by these keywords is not necessarily a network
11351135
locator, only an identifier. A schema need not be downloadable from the address
1136-
if it is a network-addressable URL, and implementations SHOULD NOT assume they
1137-
should perform a network operation when they encounter a network-addressable
1138-
IRI.
1136+
if it is a network-addressable URL. Implementations which can access the network
1137+
SHOULD default to operating offline.
11391138

11401139
##### Direct References with `$ref` {#ref}
11411140

0 commit comments

Comments
 (0)