Skip to content

Commit 3627d12

Browse files
committed
invert recommendation against online access to for offline access
1 parent d078e30 commit 3627d12

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
@@ -1146,9 +1146,8 @@ provides the ability to validate recursive structures through self-reference.
11461146

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

11531152
##### Direct References with `$ref` {#ref}
11541153

0 commit comments

Comments
 (0)