You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In contrast, `$dynamicAnchor` operates independently of resource IRIs and is
958
958
instead dependent on the dynamic scope of the evaluation. `$dynamicAnchor`
@@ -1095,13 +1095,13 @@ found, whether that was a network location, a local filesystem, or any other
1095
1095
situation identifiable by a IRI of any known scheme.
1096
1096
1097
1097
If a schema document defines no explicit base IRI with `$id` (embedded in
1098
-
content), the base IRI is that determined per [RFC 3987 Section 6.5](https://www.rfc-editor.org/rfc/rfc3987.html#section-6.5)
1099
-
and [RFC 3986 section 5](https://www.rfc-editor.org/rfc/rfc3986.html#section-5).
1098
+
content), the base IRI is that determined per RFC 3987 Section 6.5
1099
+
and RFC 3986 section 5.
1100
1100
1101
1101
If no source is known, or no IRI scheme is known for the source, a suitable
1102
-
implementation-specific default IRI MAY be used as described in [RFC 3987
1103
-
Section 6.5](https://www.rfc-editor.org/rfc/rfc3987.html#section-6.5) and [RFC 3986 Section 5.1.4](https://www.rfc-editor.org/rfc/rfc3986.html#section-5.1.4). It is RECOMMENDED
1104
-
that implementations document any default base IRI that they assume.
1102
+
implementation-specific default IRI MAY be used as described in RFC 3987 Section
1103
+
6.5 and RFC 3986 Section 5.1.4. It is RECOMMENDED that implementations document
1104
+
any default base IRI that they assume.
1105
1105
1106
1106
If a schema object is embedded in a document of another media type, then the
1107
1107
initial base IRI is determined according to the rules of that media type.
@@ -1152,7 +1152,7 @@ expect such features to be interoperable across implementations.
1152
1152
Schemas can be identified by any IRI that has been given to them, including a
1153
1153
JSON Pointer or their IRI given directly by `$id`. In all cases, dereferencing a
1154
1154
`$ref` reference involves first resolving its value as a IRI reference against
1155
-
the current base IRI per [RFC 3986](https://www.rfc-editor.org/info/rfc3986).
1155
+
the current base IRI per [RFC 3986][RFC3986].
1156
1156
1157
1157
If the resulting IRI identifies a schema within the current document, or within
1158
1158
another schema document that has been made available to the implementation, then
@@ -1424,7 +1424,7 @@ all annotation results), would result in a resolution failure.
1424
1424
JSON has been adopted widely by HTTP servers for automated APIs and robots. This
1425
1425
section describes how to enhance processing of JSON documents in a more RESTful
1426
1426
manner when used with protocols that support media types and [Web
0 commit comments