Skip to content

Commit 78ca35d

Browse files
remove duplicate text
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent b48cf71 commit 78ca35d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

specs/jsonschema-core.md

-5
Original file line numberDiff line numberDiff line change
@@ -1039,16 +1039,11 @@ identified schema. Its results are the results of the referenced schema.[^5]
10391039
[^5]: Note that this definition of how the results are determined means that
10401040
other keywords can appear alongside of `$ref` in the same schema object.
10411041

1042-
The value of the `$ref` keyword MUST be a string which is an IRI reference.
10431042
The value of the `$ref` keyword MUST be a string which is an IRI reference.
10441043
Resolved against the current IRI base, it produces the IRI of the schema to
10451044
apply. This resolution is safe to perform on schema load, as the process of
10461045
evaluating an instance cannot change how the reference resolves.
10471046

1048-
The resolved IRI produced by `$ref` is not necessarily a network locator, only
1049-
an identifier. A schema need not be downloadable from the address if it is a
1050-
network-addressable URL. Implementations which can access the network SHOULD
1051-
default to operating offline.
10521047
The resolved IRI produced by `$ref` is not necessarily a network locator, only
10531048
an identifier. A schema need not be downloadable from the address if it is a
10541049
network-addressable URL. Implementations which can access the network SHOULD

0 commit comments

Comments
 (0)