Skip to content

Commit 4011815

Browse files
committed
Change titles of Validation and Hyper-Schema to be better
1 parent 7a3634b commit 4011815

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
600600
&RFC7231;
601601
<reference anchor="json-schema-validation">
602602
<front>
603-
<title>JSON Schema: interactive and non interactive validation</title>
603+
<title>JSON Schema Validation: A Vocabulary for Structural Validation of JSON</title>
604604
<author initials="A." surname="Wright">
605605
<organization/>
606606
</author>
@@ -613,7 +613,7 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
613613
</reference>
614614
<reference anchor="json-hyper-schema">
615615
<front>
616-
<title>JSON Hyper-Schema: Hypertext vocabulary for JSON Schema</title>
616+
<title>JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON</title>
617617
<author initials="A." surname="Wright">
618618
<organization/>
619619
</author>

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<?rfc inline="yes" ?>
2222
<rfc category="info" docName="draft-wright-json-schema-hyperschema-00" ipr="trust200902">
2323
<front>
24-
<title abbrev="JSON Hyper-Schema">JSON Hyper-Schema: Hypertext vocabulary for JSON Schema</title>
24+
<title abbrev="JSON Hyper-Schema">JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON</title>
2525

2626
<author fullname="Austin Wright" initials="A" surname="Wright" role="editor">
2727
<address>

jsonschema-validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<?rfc inline="yes" ?>
2020
<rfc category="info" docName="draft-wright-json-schema-validation-00" ipr="trust200902">
2121
<front>
22-
<title abbrev="JSON Schema">JSON Schema: interactive and non-interactive validation</title>
22+
<title abbrev="JSON Schema Validation">JSON Schema Validation: A Vocabulary for Structural Validation of JSON</title>
2323

2424
<author fullname="Austin Wright" initials="A" surname="Wright" role="editor">
2525
<address>

0 commit comments

Comments
 (0)