Skip to content

Commit 876048c

Browse files
committed
2 spaces after a period, per RFC 7322 §3.2
1 parent 9e85da7 commit 876048c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsonschema-hyperschema.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
</t>
294294
<t>
295295
As with all JSON Schema keywords, all keywords described in this section
296-
are optional. The minimal valid JSON Hyper-schema is the blank object.
296+
are optional. The minimal valid JSON Hyper-schema is the blank object.
297297
</t>
298298

299299
<section title="base" anchor="base">
@@ -635,7 +635,7 @@
635635
This property provides a schema that is expected to describe
636636
the link target's representation. Depending on the protocol,
637637
the schema may or may not describe the request or response to
638-
any particular operation performed with the link. See the
638+
any particular operation performed with the link. See the
639639
<xref target="HTTP">JSON Hyper-Schema and HTTP</xref> section for
640640
an in-depth discussion of how this keyword is used with HTTP.
641641
</t>
@@ -784,7 +784,7 @@
784784
<t>
785785
In JSON Hyper-Schema, <xref target="targetSchema">"targetSchema"</xref>
786786
supplies a non-authoritative description of the target resource's
787-
representation. A client can use "targetSchema" to structure input for
787+
representation. A client can use "targetSchema" to structure input for
788788
replacing or modifying the representation, or as the base representation
789789
for building a patch document based on a patch media type.
790790
</t>
@@ -808,7 +808,7 @@
808808
The <xref target="submissionSchema">"submissionSchema"</xref> and
809809
<xref target="submissionMediaType">"submissionMediaType"</xref> keywords
810810
describe the ___domain of the processing function implemented by the target
811-
resource. Otherwise, as noted above, the submission schema and media type
811+
resource. Otherwise, as noted above, the submission schema and media type
812812
are ignored for operations to which they are not relevant.
813813
</t>
814814

@@ -843,7 +843,7 @@
843843
describes the target information resource (including for replacing the
844844
contents of the resource in a PUT request), unlike "submissionSchema"
845845
which describes the user-submitted request data to be evaluated by the
846-
resource. "submissionSchema" is intended for use with requests that
846+
resource. "submissionSchema" is intended for use with requests that
847847
have payloads that are not necessarily defined in terms of the target
848848
representation.
849849
</t>

0 commit comments

Comments
 (0)