Skip to content

Fix Wording in JSON-Schema Core #880

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 1 commit into from
Apr 7, 2020
Merged
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
4 changes: 2 additions & 2 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@
</artwork>
</figure>
<t>
And the instance <spanx style="verb">"This is a string"</spanx>, the
Against the instance <spanx style="verb">"This is a string"</spanx>, the
title annotation "Integer Value" is discarded because the type assertion
in that schema object fails. The title annotation "String Value"
is kept, as the instance passes the string type assertions.
Expand Down Expand Up @@ -1074,7 +1074,7 @@
<t>
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
order to process any schema or meta-schema, including those split across
multiple documents, or exist to reserve keywords for purposes that
require guaranteed interoperability.
</t>
Expand Down