Skip to content

Commit b08f1fc

Browse files
committed
Fix inconsistencies with use of empty URI fragment
1 parent 4fb2af1 commit b08f1fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@
19161916
<figure>
19171917
<artwork>
19181918
<![CDATA[
1919-
Link: <https://example.com/my-hyper-schema#>; rel="describedby"
1919+
Link: <https://example.com/my-hyper-schema>; rel="describedby"
19201920
]]>
19211921
</artwork>
19221922
</figure>
@@ -1962,7 +1962,7 @@
19621962
<artwork>
19631963
<![CDATA[
19641964
Content-Type: application/schema-instance+json;
1965-
schema="https://example.com/my-hyper-schema#"
1965+
schema="https://example.com/my-hyper-schema"
19661966
]]>
19671967
</artwork>
19681968
</figure>

jsonschema-hyperschema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<section title="Meta-Schemas and Output Schema">
283283
<t>
284284
The current URI for the JSON Hyper-Schema meta-schema is
285-
<eref target="https://json-schema.org/draft/2019-09/hyper-schema#"/>.
285+
<eref target="https://json-schema.org/draft/2019-09/hyper-schema"/>.
286286
</t>
287287
<t>
288288
The current URI for this vocabulary, known as the Hyper-Schema vocabulary, is:
@@ -299,7 +299,7 @@
299299
Schema, and use of this format can be declared by referencing the normative
300300
link description schema as the schema for the data structure that uses the links.
301301
The URI of the normative link description schema is:
302-
<eref target="https://json-schema.org/draft/2019-09/links#"/>.
302+
<eref target="https://json-schema.org/draft/2019-09/links"/>.
303303
</t>
304304
<t>
305305
JSON Hyper-Schema implementations are free to provide output in any format.
@@ -310,7 +310,7 @@
310310
It is RECOMMENDED that implementations be capable of producing output
311311
in this format to facilitated testing. The URI of the JSON Schema
312312
describing the recommended output format is
313-
<eref target="https://json-schema.org/draft/2019-09/output/hyper-schema#"/>.
313+
<eref target="https://json-schema.org/draft/2019-09/output/hyper-schema"/>.
314314
</t>
315315
<t>
316316
Updated vocabulary and meta-schema URIs MAY be published between

0 commit comments

Comments
 (0)