File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1277,17 +1277,19 @@ The use of IRIs to identify remote schemas does not necessarily mean anything is
1277
1277
downloaded, but instead JSON Schema implementations SHOULD understand ahead of
1278
1278
time which schemas they will be using, and the IRIs that identify them.
1279
1279
1280
- When schemas are downloaded, for example by a generic user-agent that does not
1281
- know until runtime which schemas to download, see [ Usage for
1282
- Hypermedia] ( #hypermedia ) .
1283
-
1284
1280
Implementations SHOULD be able to associate arbitrary IRIs with an arbitrary
1285
1281
schema and/or automatically associate a schema's ` $id ` -given IRI, depending on
1286
1282
the trust that the validator has in the schema. Such IRIs and schemas can be
1287
1283
supplied to an implementation prior to processing instances, or may be noted
1288
1284
within a schema document as it is processed, producing associations as shown in
1289
1285
{{idexamples}}.
1290
1286
1287
+ Implementations MAY provide functionality to automatically fetch schemas based
1288
+ on location semantics expressed by the URI, however such functionality MUST be
1289
+ disabled by default to prefer offline operation. When schemas are downloaded,
1290
+ for example by a generic user-agent that does not know until runtime which
1291
+ schemas to download, see {{hypermedia}}.
1292
+
1291
1293
#### Detecting a Meta-Schema
1292
1294
1293
1295
Implementations MUST recognize a schema as a meta-schema if it is being examined
You can’t perform that action at this time.
0 commit comments