Skip to content

Commit 0c1b6fc

Browse files
authored
Merge pull request #874 from notEthan/vocablink
[suggestion] don't link vocabulary URIs; they are not retrievable
2 parents 2232f5b + af4f0a1 commit 0c1b6fc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@
10991099
</t>
11001100
<t>
11011101
The current URI for the Core vocabulary is:
1102-
<eref target="https://json-schema.org/draft/2019-09/vocab/core"/>.
1102+
&lt;https://json-schema.org/draft/2019-09/vocab/core&gt;.
11031103
</t>
11041104
<t>
11051105
The current URI for the corresponding meta-schema is:
@@ -2111,7 +2111,7 @@
21112111
</t>
21122112
<t>
21132113
The current URI for this vocabulary, known as the Applicator vocabulary, is:
2114-
<eref target="https://json-schema.org/draft/2019-09/vocab/applicator"/>.
2114+
&lt;https://json-schema.org/draft/2019-09/vocab/applicator&gt;.
21152115
</t>
21162116
<t>
21172117
The current URI for the corresponding meta-schema is:

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
</t>
287287
<t>
288288
The current URI for this vocabulary, known as the Hyper-Schema vocabulary, is:
289-
<eref target="https://json-schema.org/draft/2019-09/vocab/hyper-schema"/>.
289+
&lt;https://json-schema.org/draft/2019-09/vocab/hyper-schema&gt;.
290290
</t>
291291
<t>
292292
The current URI for the corresponding meta-schema, which differs from the

jsonschema-validation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
</t>
207207
<t>
208208
The current URI for this vocabulary, known as the Validation vocabulary, is:
209-
<eref target="https://json-schema.org/draft/2019-09/vocab/validation"/>.
209+
&lt;https://json-schema.org/draft/2019-09/vocab/validation&gt;.
210210
</t>
211211
<t>
212212
The current URI for the corresponding meta-schema is:
@@ -548,7 +548,7 @@
548548
</t>
549549
<t>
550550
The current URI for this vocabulary, known as the Format vocabulary, is:
551-
<eref target="https://json-schema.org/draft/2019-09/vocab/format"/>.
551+
&lt;https://json-schema.org/draft/2019-09/vocab/format&gt;.
552552
</t>
553553
<t>
554554
The current URI for the corresponding meta-schema is:
@@ -928,7 +928,7 @@
928928
</t>
929929
<t>
930930
The current URI for this vocabulary, known as the Content vocabulary, is:
931-
<eref target="https://json-schema.org/draft/2019-09/vocab/content"/>.
931+
&lt;https://json-schema.org/draft/2019-09/vocab/content&gt;.
932932
</t>
933933
<t>
934934
The current URI for the corresponding meta-schema is:
@@ -1127,7 +1127,7 @@
11271127
</t>
11281128
<t>
11291129
The current URI for this vocabulary, known as the Meta-Data vocabulary, is:
1130-
<eref target="https://json-schema.org/draft/2019-09/vocab/meta-data"/>.
1130+
&lt;https://json-schema.org/draft/2019-09/vocab/meta-data&gt;.
11311131
</t>
11321132
<t>
11331133
The current URI for the corresponding meta-schema is:

0 commit comments

Comments
 (0)