Skip to content

typo review #798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</address>
</author>

<author fullname="Ben Hutton" initials="B" surname="Hutton" role="editor">
<author fullname="Ben Hutton" initials="B" surname="Hutton" role="editor">
<organization>Wellcome Sanger Institute</organization>
<address>
<email>[email protected]</email>
Expand Down Expand Up @@ -382,7 +382,7 @@
authors can indicate what vocabularies are required or optional in
order to process the schema. Since vocabularies are identified by URIs
in the meta-schema, generic implementations can load extensions to support
previously unkonw vocabularies. While keywords can be supported outside
previously unknown vocabularies. While keywords can be supported outside
of any vocabulary, there is no analogous mechanism to indicate individual
keyword usage.
</t>
Expand Down Expand Up @@ -1027,7 +1027,7 @@
</section>
<section title="The JSON Schema Core Vocabulary">
<t>
Keywords declared in in this section, which all begin with "$", make up
Keywords declared in this section, which all begin with "$", make up
the JSON Schema Core vocabulary. These keywords are either required in
order process any schema or meta-schema, including those split across
multiple documents, or exist to reserve keywords for purposes that
Expand Down Expand Up @@ -1351,7 +1351,7 @@
are particularly complex to implement. This does not change the semantics
or set of keywords defined by the Applicator vocabulary. It just ensures
that schemas using this meta-schema that attempt to use the keywords
prefixed with "unevaluted" will fail validation against this meta-schema.
prefixed with "unevaluated" will fail validation against this meta-schema.
</t>
<t>
Finally, this meta-schema describes the syntax of a keyword, "localKeyword",
Expand Down Expand Up @@ -2884,7 +2884,7 @@ https://json-schema.org/draft/2019-08/schema#/$defs/nonNegativeInteger/minimum
associations between the errors more apparent. For example, the fact that
the missing "y" property and the extra "z" property both stem from the same
location in the instance is not immediately obvious in the "Basic" structure.
In a hierarchy, the correllation is more easily identified.
In a hierarchy, the correlation is more easily identified.
</t>
<t>
The following rules govern the construction of the results object:
Expand Down Expand Up @@ -3174,7 +3174,7 @@ Link: </alice>;rel="schema", </bob>;rel="schema"

</section>

<section title="Usage Over HTTP">
<section title="Usage Over HTTP">
<t>
When used for hypermedia systems over a network,
<xref target="RFC7231">HTTP</xref> is frequently the protocol of choice for
Expand Down Expand Up @@ -3208,7 +3208,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
</t>
</section>

</section>
</section>

<section title="Security Considerations" anchor="security">
<t>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-hyperschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ for varname in templateData:
if value is true:
templateData[varname] = "true"
else if value is false:
temlateData[varname] = "false"
templateData[varname] = "false"
else if value is null:
templateData[varname] = "null"
else if value is a number:
Expand Down
2 changes: 1 addition & 1 deletion output/hyper-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"hrefPrepopulatedInput": {
"$comment": "The initial data set to be presented with the input form when URI Tempalte input is accepted.",
"$comment": "The initial data set to be presented with the input form when URI Template input is accepted.",
"type": "object",
"propertyNames": {
"$comment": "These are all URI Template variable names, specifically the 'varname' production from RFC 6570, Section 2.3",
Expand Down