Skip to content

Commit 529b5b1

Browse files
Typo fixes from code review
Co-Authored-By: handrews <[email protected]>
1 parent 3f652a6 commit 529b5b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: jsonschema-core.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1057,10 +1057,10 @@
10571057
vocabularies, and combines their meta-schemas with an "allOf".
10581058
It additionally restricts the usage of the Applicator vocabulary
10591059
by forbidding the keyword prefixed with "unevaluated". It also
1060-
describes a keyword, "localKeyord", that is not part of either
1060+
describes a keyword, "localKeyword", that is not part of either
10611061
vocabulary. Note that it is its own meta-schema,
10621062
as it relies on both the Core vocabulary (as all schemas do)
1063-
and the Applicator vocabulary (for "allOf"0.
1063+
and the Applicator vocabulary (for "allOf").
10641064
</preamble>
10651065
<artwork>
10661066
<![CDATA[
@@ -2424,7 +2424,7 @@ Link: <http://example.com/my-hyper-schema#>; rel="describedby"
24242424
</t>
24252425
<t>
24262426
When using the media type application/schema+json, the "schema" parameter
2427-
MAY be supplied, If supplied, it SHOULD contain the same URI as identified
2427+
MAY be supplied. If supplied, it SHOULD contain the same URI as identified
24282428
by the "$schema" keyword, and MAY contain additional URIs. The "$schema"
24292429
URI MUST be considered the schema's canonical meta-schema, regardless
24302430
of the presence of alternative or additional meta-schemas as a media type
@@ -2564,7 +2564,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
25642564
<list>
25652565
<t>Type name: application</t>
25662566
<t>Subtype name: schema+json</t>
2567-
<t>>Required parameters: N/A</t>
2567+
<t>Required parameters: N/A</t>
25682568
<t>
25692569
Optional parameters:
25702570
<list style="hanging">

0 commit comments

Comments
 (0)