Skip to content

Commit 76bffb6

Browse files
committed
restore requirement to MUST
1 parent 82041cd commit 76bffb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ provides the ability to validate recursive structures through self-reference.
11441144
The resolved IRI produced by these keywords is not necessarily a network
11451145
locator, only an identifier. A schema need not be downloadable from the address
11461146
if it is a network-addressable URL. Implementations which can access the network
1147-
SHOULD default to operating offline.
1147+
MUST default to operating offline.
11481148

11491149
##### Direct References with `$ref` {#ref}
11501150

@@ -1282,7 +1282,7 @@ within a schema document as it is processed, producing associations as shown in
12821282
{{idexamples}}.
12831283

12841284
Implementations MAY provide functionality to automatically fetch schemas based
1285-
on location semantics expressed by the URI, however such functionality SHOULD be
1285+
on location semantics expressed by the URI, however such functionality MUST be
12861286
disabled by default to prefer offline operation. When schemas are downloaded,
12871287
for example by a generic user-agent that does not know until runtime which
12881288
schemas to download, see {{hypermedia}}.

0 commit comments

Comments
 (0)