Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
addressed some wording concerns
  • Loading branch information
gregsdennis committed Dec 7, 2018
commit 06cd2689f18bb6d6059a73e10c57bc3800fbc968
6 changes: 3 additions & 3 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2127,8 +2127,8 @@
section for the requirements of each format.
<list>
<t>
Flag - A boolean which simply indicates whether the schema was
validated.
Flag - A boolean which simply indicates the overall validation result
with no further details.
</t>
<t>
Basic - Provides validation information in a flat list structure.
Expand Down Expand Up @@ -2168,7 +2168,7 @@
<t>
The relative location of the validating keyword that follows the validation
path. The value MUST be expressed as a JSON Pointer, and it MUST include
"$ref" or "$recursiveRef" segments for any reference jumps.
any by-reference applicators such as "$ref" or "$recursiveRef".
</t>
<figure>
<artwork>
Expand Down